wherego_meta_box_post_types
Filter post types on which the meta box is displayed
Type: filter
Since: 3.1.0
Source: includes/admin/class-metabox.php line 74
Parameters
| Type | Name | Description |
|---|---|---|
array | $post_types | Array of post types |
Usage
add_filter( 'wherego_meta_box_post_types', function($post_types) {
// ...
return $post_types;
} );