Wywołaj adres URL Ajax we wtyczce

Plik klasy wtyczki: 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 MoreWywołaj adres URL Ajax we wtyczce