g7g_cfg_get_post_types
g7g_cfg_get_post_types
Appears in: custom-fields-gutenberg.1.2, custom-fields-gutenberg.1.3, custom-fields-gutenberg.1.4, custom-fields-gutenberg.1.5, custom-fields-gutenberg.1.6, custom-fields-gutenberg.1.7, custom-fields-gutenberg.1.8, custom-fields-gutenberg.1.9, custom-fields-gutenberg.2.0, custom-fields-gutenberg.2.1, custom-fields-gutenberg.2.1.1, custom-fields-gutenberg.2.2, custom-fields-gutenberg.2.3, custom-fields-gutenberg.2.3.1, custom-fields-gutenberg.2.3.2, custom-fields-gutenberg.2.3.3, custom-fields-gutenberg.2.3.5, custom-fields-gutenberg.2.3.6, custom-fields-gutenberg.2.3.7, custom-fields-gutenberg.2.3.8, custom-fields-gutenberg.2.3.9, custom-fields-gutenberg.2.4, custom-fields-gutenberg.2.4.1, custom-fields-gutenberg.2.4.2
Hook Type: filter
Displaying hooks found in version: custom-fields-gutenberg.2.4.2apply_filters('g7g_cfg_get_post_types') is found 1 times:
- /inc/plugin-core.php line 292
if (in_array($post_type->name, $unset) || !post_type_supports($post_type->name, 'custom-fields')) unset($types[$key]); } return apply_filters('g7g_cfg_get_post_types', $types); } function g7g_cfg_get_enabled_post_types() { global $post;