WPSEO_Shortcode_Filter::__construct()
Initialize the AJAX hooks.
Метод класса: WPSEO_Shortcode_Filter{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Shortcode_Filter = new WPSEO_Shortcode_Filter(); $WPSEO_Shortcode_Filter->__construct();
Код WPSEO_Shortcode_Filter::__construct() WPSEO Shortcode Filter:: construct Yoast 24.7
public function __construct() { add_action( 'wp_ajax_wpseo_filter_shortcodes', [ $this, 'do_filter' ] ); }