wpseo_tab_header хук-событие . Yoast 1.0
Устарел с версии 11.9 This functionality has been replaced by the filter: `yoast_free_additional_metabox_sections`.. Больше не поддерживается и может быть удален. Рекомендуется заменить этот хук на аналог.╳
Deprecated: 11.9 This functionality has been replaced by the filter: yoast_free_additional_metabox_sections.
Использование
add_action( 'wpseo_tab_header', 'action_function_name_3536', 10, 2 ); function action_function_name_3536( $array, $string ){ // action... }
- $array
- -
- $string
- -
Список изменений
Устарела с 11.9 | This functionality has been replaced by the filter: yoast_free_additional_metabox_sections. |
Где вызывается хук
wpseo_tab_header
yoast/src/deprecated/class-metabox-addon-section.php 45
do_action_deprecated( 'wpseo_tab_header', [], '11.9' );