Viewing 2 replies - 1 through 2 (of 2 total)
  • I just wrote this function to remove the SendGrid Statistics menu item.

    add_action( 'admin_menu', 'sendgrid_remove_submenu_item', 999 );
    function sendgrid_remove_submenu_item() {
        remove_submenu_page( 'index.php', 'sendgrid-statistics' );
    }

    You could replace or add:
    remove_submenu_page( 'options-general.php', 'sendgrid-settings' );

    Anonymous User 12640152

    (@anonymized-12640152)

    Hello,

    We just released a new version (1.10.0) that supports MultiSite.

    Thank you,
    SendGrid

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove SendGrid Widget from Admin Dashboard’ is closed to new replies.