Volejte Ajax URL v pluginu

Soubor třídy pluginu: function __construct() { add_shortcode(„user_registration_form“, array($this, „shortcode“)); } public function hook(){ add_action( „wp_ajax_get_product_serial_callback“, „get_product_serial_callback“ ); add_action( „wp_ajax_nopriv_get_product_serial_callback“, „get_product_serial_callback“ ); } public function product_serial_ajax()

Read MoreVolejte Ajax URL v pluginu