php 在WordPress中更改默认标题文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在WordPress中更改默认标题文本相关的知识,希望对你有一定的参考价值。

// Change default title text
function CUSTOM_POST_TYPE_change_default_title( $title ){
    $screen = get_current_screen();
    if ( 'CUSTOM_POST_TYPE' == $screen->post_type ){
        $title = 'Business Name';
    }
    return $title;
}
add_filter( 'enter_title_here', 'CUSTOM_POST_TYPE_change_default_title' );

以上是关于php 在WordPress中更改默认标题文本的主要内容,如果未能解决你的问题,请参考以下文章

在 Wordpress 中更改 Vimeo/Youtube 默认大小

如何仅更改 wordpress 主题中的文本?

PHP 更改WordPress 3.3管理栏中的Howdy文本

php WordPress |更改默认上传文件夹

php WordPress |更改默认上传文件夹

PHP 更改默认的Wordpress摘录[...]