File "cac-addon-pro.js"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/admin-columns-pro/assets/js/cac-addon-pro.js
File size: 346 bytes
MIME-type: --
Charset: utf-8

jQuery( document ).ready( function( $ ) {

	// @todo: does did need to run?
	if ( $( '#toggle_ssl').length > 0 ) {

		jQuery.post( ajaxurl, {
			action: 'cpac_check_connection',
		}, function( data ) {
			if ( '1' !== jQuery.trim( data ) ) {
				$( '#toggle_ssl' ).show();
				$( '#licence_activation' ).hide();
			}
		});
	}
} );