WPSEO_Admin_Editor_Specific_Replace_Vars::__construct
WPSEO_Admin_Editor_Specific_Replace_Vars constructor.
Метод класса: WPSEO_Admin_Editor_Specific_Replace_Vars{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPSEO_Admin_Editor_Specific_Replace_Vars = new WPSEO_Admin_Editor_Specific_Replace_Vars(); $WPSEO_Admin_Editor_Specific_Replace_Vars->__construct();
Код WPSEO_Admin_Editor_Specific_Replace_Vars::__construct() WPSEO Admin Editor Specific Replace Vars:: construct Yoast 26.9
public function __construct() {
$this->add_for_page_types(
[ 'page', 'post', 'custom_post_type' ],
WPSEO_Custom_Fields::get_custom_fields()
);
$this->add_for_page_types(
[ 'post', 'term-in-custom-taxonomy' ],
WPSEO_Custom_Taxonomies::get_custom_taxonomies()
);
}