deliciousbrains / wp-offload-ses-lite

WP Offload SES Lite sends all outgoing WordPress emails through Amazon Simple Email Service (SES) instead of the local wp_mail() function.
https://wordpress.org/plugins/wp-ses/
13 stars 11 forks source link

Remove menu item "Offload SES Lite" #10

Open jorisberg opened 4 years ago

jorisberg commented 4 years ago

I have tried multiple code lines to remove the Offload SES Lite submenu item (in index, so dashboard). But it seems impossible. I want to remove it, could you make it possible to do so please.

I have tried: remove_submenu_page( 'index.php', 'options-general.php?page=wp-offload-ses#reports'); remove_submenu_page( 'index.php', 'wp-offload-ses#reports'); remove_submenu_page( 'index.php', 'wp-offload-ses'); remove_submenu_page( 'index.php', 'reports'); remove_submenu_page( 'index.php', 'wp-offload-ses/reports'); remove_submenu_page( 'index.php', '?page=wp-offload-ses#reports');

Without any success