mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
4 lines
150 B
Text
4 lines
150 B
Text
function remove_payments_tab() {
|
|
remove_menu_page("admin.php?page=wc-settings&tab=checkout");
|
|
}
|
|
add_action("admin_menu", "remove_payments_tab", 999);
|