g7g_cfg_get_enabled_post_types
g7g_cfg_get_enabled_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_enabled_post_types') is found 1 times:
- /inc/plugin-core.php line 312
if (isset($matches[1]) && !empty($matches[1])) $array[] = $matches[1]; } return apply_filters('g7g_cfg_get_enabled_post_types', $array); } function g7g_cfg_display_protected($meta_key) { $options = g7g_cfg_get_options();