Tips, tutorials, and useful resources on web development, web hosting, Ecommerce, SEO, and other information for bloggers and webmasters.
add_action( 'wp_ajax_wptest', 'wptest' ); add_action( 'wp_ajax_nopriv_wptest', 'wptest' ); function wptest(){ echo 'test'; die(); }
No comments:
Post a Comment