wpseo_configuration_wizard_head хук-событие . Yoast 4.0
Is called before the closing </head> tag in the Yoast Configuration wizard.
Allows users to add their own scripts or styles.
Использование
add_action( 'wpseo_configuration_wizard_head', 'action_function_name_1327' ); function action_function_name_1327(){ // action... }
Список изменений
С версии 4.0 | Введена. |
Где вызывается хук
wpseo_configuration_wizard_head
yoast/admin/config-ui/class-configuration-page.php 133
do_action( 'wpseo_configuration_wizard_head' );