function childtheme_remove_metaboxes() {
remove_meta_box( 'listing-contact', VA_LISTING_PTYPE, 'normal' );
}
add_action( 'add_meta_boxes', 'childtheme_remove_metaboxes', 11 );
There are currently 1 users browsing this thread. (0 members and 1 guests)