Diablable “Reports” Only
-
You might want to add this to the plug in, this snippet will disable the reports under woocommerce only.
`function custom_menu_page_removing() {
remove_submenu_page(‘woocommerce’, ‘wc-reports’);
}
add_action(‘admin_menu’, ‘custom_menu_page_removing’, 110);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Diablable “Reports” Only’ is closed to new replies.