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
114 B
Text
3 lines
114 B
Text
add_action( 'admin_menu', function() {
|
|
remove_action( 'add_meta_boxes', 'rocket_cache_options_meta_boxes' );
|
|
});
|