Remove em-event-meta
-
Hello, in the event input form, there is a metabox called “Event Meta (debugging only)”. Tried to remove it with code but no success:
function my_remove_metaboxes() { remove_meta_box ( 'em-event-meta', 'event', 'normal'); } add_action( 'admin_menu' , 'my_remove_metaboxes', 999);
Please can you help? many thanks..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove em-event-meta’ is closed to new replies.