page_attributes_misc_attributes хук-событие . WP 4.9.0
Fires before the help hint text in the 'Page Attributes' meta box.
Использование
add_action( 'page_attributes_misc_attributes', 'action_function_name_1372' ); function action_function_name_1372( $post ){ // action... }
- $post(WP_Post)
- The current post.
Список изменений
С версии 4.9.0 | Введена. |
Где вызывается хук
page_attributes_misc_attributes
wp-admin/includes/meta-boxes.php 1018
do_action( 'page_attributes_misc_attributes', $post );