default_page_template_title
apply_filters( ‘default_page_template_title’, string $label , string $context )
筛选挂钩:筛选下拉列表中显示的默认页面模板的标题。
Filter Hook: Filters the title of the default page template displayed in the drop-down.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$label | (string) | 默认页面模板标题的显示值。 |
$context | (string) | 显示选项标签的位置。可能的值包括“元框”或“快速编辑”。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-admin/includes/meta-boxes.php:986 | 2 | 0 |
default_page_template_title 为WP2原创文章,链接:https://www.wp2.cn/hook/default_page_template_title/