mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
3 lines
107 B
Text
3 lines
107 B
Text
add_action('admin_menu', function () {
|
|
remove_submenu_page('upload.php', 'wp-short-pixel-bulk');
|
|
}, 20);
|