page_attributes_meta_box_template

最后更新于:2021-11-27 12:44:19

do_action( ‘page_attributes_meta_box_template’, string $template, GC_Post $post )

Fires immediately after the label inside the ‘Template’ section of the ‘Page Attributes’ meta box.

参数

$template

(string)
The template used for the current post.

$post

(GC_Post)
The current post.

源文件

文件: gc-admin/includes/meta-boxes.php

View on Trac