Empty meta box when fields removed
-
There are filters to disable the metabox fields. When both are disabled, the metabox still appears but is empty. In this situation the metabox should be hidden.
/* Trying to disable OG metabox everywhere */
add_filter( 'fb_ogtags_featured_image', '__return_false' );
add_filter( 'fb_ogtags_page_description', '__return_false' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Empty meta box when fields removed’ is closed to new replies.