<code id='92EF82A1C7'></code><style id='92EF82A1C7'></style>
    • <acronym id='92EF82A1C7'></acronym>
      <center id='92EF82A1C7'><center id='92EF82A1C7'><tfoot id='92EF82A1C7'></tfoot></center><abbr id='92EF82A1C7'><dir id='92EF82A1C7'><tfoot id='92EF82A1C7'></tfoot><noframes id='92EF82A1C7'>

    • <optgroup id='92EF82A1C7'><strike id='92EF82A1C7'><sup id='92EF82A1C7'></sup></strike><code id='92EF82A1C7'></code></optgroup>
        1. <b id='92EF82A1C7'><label id='92EF82A1C7'><select id='92EF82A1C7'><dt id='92EF82A1C7'><span id='92EF82A1C7'></span></dt></select></label></b><u id='92EF82A1C7'></u>
          <i id='92EF82A1C7'><strike id='92EF82A1C7'><tt id='92EF82A1C7'><pre id='92EF82A1C7'></pre></tt></strike></i>

          您现在的位置是:wordpress赏金女王40倍夺宝视频移除后台外观下的编辑和仪表盘的模块游戏接单平台app >>正文

          wordpress赏金女王40倍夺宝视频移除后台外观下的编辑和仪表盘的模块游戏接单平台app

          匕鬯不惊网94472人已围观

          简介wordpress后台外观下的编辑不显示问题,代码如下(修改为你的域名)//自定义后台左下角版权function remove_footer_admin () {echo '感谢使用 <...

          wordpress后台外观下的编辑不显示问题,代码如下(修改为你的域名)

          //自定义后台左下角版权function remove_footer_admin () {echo '感谢使用 <a href="http://www.bokequ.com/category/theme" target="_blank">wordpress主题</a></p>';}add_filter('admin_footer_text', 'remove_footer_admin');

          wordpress移除后台外观下的编辑和仪表盘的模块-图片1

          //移除后台外观-编辑,防止用户编辑导致错误。移除后点击“仪表盘”不显示相关模块(变为空白)

          //删除wordpress后台仪表盘模块function example_remove_dashboard_widgets() {// Globalize the metaboxes array, this holds all the widgets for wp-adminglobal $wp_meta_boxes;// 以下这一行代码将删除 "快速发布" 模块unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']);// 以下这一行代码将删除 "引入链接" 模块unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']);// 以下这一行代码将删除 "插件" 模块unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']);// 以下这一行代码将删除 "近期评论" 模块unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']);// 以下这一行代码将删除 "近期草稿" 模块unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']);// 以下这一行代码将删除 "WordPress 开发日志" 模块unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']);// 以下这一行代码将删除 "其它 WordPress 新闻" 模块unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']);// 以下这一行代码将删除 "概况" 模块unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']);}add_action('wp_dashboard_setup', 'example_remove_dashboard_widgets' );remove_action('welcome_panel', 'wp_welcome_panel');function remove_dashboard_meta() {remove_meta_box( 'dashboard_activity', 'dashboard', 'normal');//3.8版开始}add_action( 'admin_init', 'remove_dashboard_meta' );

          如何修改(隐藏)wordpress后台左下角的“感谢使用wordpress进行创作”。可以通过模板函数functions.php等php文件添加以下代码移除wordpress后台外观下的主题编辑,赏金女王40倍夺宝视频游戏接单平台app活动、有时候个人wordpress主题禁止用户在后台乱修改,Welcome移除代码如下。快速草稿、防止用户编辑导致错误function remove_submenu() {remove_submenu_page( 'themes.php', 'theme-editor.php' );}if ( is_admin() ) {add_action('a游戏接单平台appdmin_init','remove_submenu');}

          赏金女王40倍夺宝视频loading="lazy" class="aligncenter wp-image-1041" src="http://img.bokequ.com/wp-content/uploads/2018/08/0.03.jpg" alt="wordpress移除后台外观下的编辑和仪表盘的模块-图片2" width="701" height="355" />

          wordpress后台主页仪表盘的模块:概览、WordPress活动及新闻、在你的wordpress主题下functions.php文件添加。

          Tags:

          相关文章

          

          友情链接