Hide the bulk menu for ShortPixel Image Optimizer

Hide the bulk menu for ShortPixel Image Optimizer on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_action('admin_menu', function () {
  remove_submenu_page('upload.php', 'wp-short-pixel-bulk');
}, 20);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.