Blog lập trình

Chia sẻ mọi kiến thức về lập trình

Tùy chỉnh ẩn hiện menu admin trong wordpress


// Add custom Theme Functions here
define( 'DISALLOW_FILE_EDIT', true );
define('DISALLOW_FILE_MODS',true);

function vnkings_admin_menus() {

   remove_menu_page( 'themes.php' ); // Menu Giao diện
   remove_menu_page( 'plugins.php' ); // Menu Plugins
   remove_menu_page( 'tools.php' ); // Menu Công cụ
   remove_menu_page( 'options-general.php' ); // Menu cài đặt
}
add_action( 'admin_menu', 'vnkings_admin_menus' );

Share on Google Plus

About Blog chia sẻ kiến thức lập trình

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 nhận xét:

Đăng nhận xét