g7g_cfg_post_types_unset
g7g_cfg_post_types_unset
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_post_types_unset') is found 1 times:
- /inc/plugin-core.php line 279
$post_types = get_post_types(array(), 'objects'); $unset = array('attachment', 'revision', 'nav_menu_item', 'custom_css', 'customize_changeset', 'oembed_cache'); $unset = apply_filters('g7g_cfg_post_types_unset', $unset); $types = array(); foreach($post_types as $key => $post_type) { $types[$key]['name'] = $post_type->name;