page_attributes_meta_box_template

动作钩子
do_action( 'page_attributes_meta_box_template', $template, $post )
参数
  • (string|false) $template The template used for the current post.
    Required:
  • (WP_Post) $post The current post.
    Required:
定义位置
相关勾子
page_attributes_misc_attributesprint_media_templatespre_get_block_templatepre_get_block_templatespage_attributes_dropdown_pages_args
相关方法
page_attributes_meta_boxget_attachment_templatewp_print_media_templates_resolve_home_block_templateget_author_templateget_tag_template
引入
4.4.0
弃用
-

page_attributes_meta_box_template。这个动作钩子允许开发者在编辑页面的”页面属性”元框中添加额外内容。

在‘页面属性’元框的‘模板’部分的标签之后立即触发。

do_action( 'page_attributes_meta_box_template', $template, $post );

常见问题

FAQs
查看更多 >