从错误页面的标签标题中删除”WordPress”

我需要从错误页面标签中删除” WordPress”标题, 如屏幕截图所示,

1

我尝试了以下代码, 它适用于除错误页面以外的所有管理页面

add_filter('admin_title', 'my_admin_title', 10, 2);
function my_admin_title($admin_title, $title)
{
   return get_bloginfo('name').' • '.$title;
}
function custom_login_title( $login_title ) {
   return str_replace(array( ' ‹', ' — WordPress'), array( '
   •', ' -New Name’), $login_title );
}
add_filter( 'login_title', 'custom_login_title' );

#1


它来自wp-include / function.php, 因此你需要在行号3121()上覆盖它


#2


你是否尝试在Wordpress管理面板上更改标语更改?使用你为新网站设置的用户名和密码登录WordPress Admin Dashboard。在左侧菜单中, 转到设置->常规设置。在仪表板区域中, “站点标题”和”标语”是要​​自定义的第一部分。

要进一步查看, 请查看:https://colibriwp.com/blog/how-to-change-site-title-in-wordpress/

来源:

https://www.srcmini02.com/63835.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_37559.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?