12/21/2018 at 11:41 am
#479972
Keymaster
@ Jason
Ok, I do not believe I’ve ever had that request before :) This is possible but it will require a bit of code.
First, install the Code Snippets plugin.
Add a new snippet with this code:
add_action( ‘admin_init’, ‘cn_remove_bio_metabox’ );
function cn_remove_bio_metabox() {
cnMetaboxAPI::remove( 'metabox-bio' );
}
Save and activate the snippet.
Hope this helps!
