php ダッシュボード:フッター系

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php ダッシュボード:フッター系相关的知识,希望对你有一定的参考价值。

// フッターリンク変更:メインカラム
function custom_admin_footer() {
echo '<a href="mailto:*******">お困りの際はこちらからお問い合わせください。</a>';
}
add_filter('admin_footer_text', 'custom_admin_footer');

// フッターリンク削除:メインカラム
add_filter('admin_footer_text', '__return_empty_string');


// WPバージョンを非表示??
function update_nag_hide() {
    remove_action( 'admin_notices', 'update_nag', 3 );
}
add_action( 'admin_init', 'update_nag_hide' );



// WPバージョンを非表示:フッター
function remove_footer_version() {
  remove_filter('update_footer', 'core_update_footer');
}
add_action( 'admin_menu', 'remove_footer_version');

以上是关于php ダッシュボード:フッター系的主要内容,如果未能解决你的问题,请参考以下文章

text ダッシュボード:メインカラム系

php ダッシュボードの左メニュー番号を调べる

php 用HTML来表示ダッシュボード用HTML

php 【的WordPress】ダッシュボードのウェルカムスクリーン(ようこそ)をデフォルトで非表示にする

text フッターメニュー。ヘッダーメニュー

html LPのフッター