Hide Contextual Related Posts Metabox
-
The plugin adds a metabox for a thumbnail. I don’t need this functionality and the blog is used by some fairly computer illiterate people (hundreds, so I can’t hide it for everyone). It’s best for me to remove all but what is needed.
I have done the following, but its a bit dirty. Can we get an option for whether we want thumbnails or not in the settings page? Or a hook.
add_action( 'add_meta_boxes', function() { remove_meta_box('crp_metabox'); });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide Contextual Related Posts Metabox’ is closed to new replies.