@@ -1,5 +1,5 @@
(function($){
jQuery.get(ajax_object.ajax_url, {'action':'callme'}, function(response) {
- alert(response);
+ // alert(response);
});
})(jQuery);
@@ -7,7 +7,6 @@
* Author URI: https://hiseon.me/
*/
-
add_action('wp_ajax_callme', 'callme_func');
add_action('wp_ajax_nopriv_callme', 'callme_func');