WPSEO_Shortcode_Filter::__construct()publicYoast 1.0

Initialize the AJAX hooks.

Метод класса: WPSEO_Shortcode_Filter{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPSEO_Shortcode_Filter = new WPSEO_Shortcode_Filter();
$WPSEO_Shortcode_Filter->__construct();

Код WPSEO_Shortcode_Filter::__construct() Yoast 22.4

public function __construct() {
	add_action( 'wp_ajax_wpseo_filter_shortcodes', [ $this, 'do_filter' ] );
}