page_attributes_misc_attributes

动作钩子


do_action( 'page_attributes_misc_attributes', $post )
参数
  • (WP_Post)
    $post
    The current post.
    Required:
定义位置
  • wp-admin/includes/meta-boxes.php
    , line 1021
引入
4.9.0
弃用

Fires before the help hint text in the ‘Page Attributes’ meta box.

do_action( 'page_attributes_misc_attributes', $post );