g7g_cfg_get_enabled_post_types, $array
g7g_cfg_get_enabled_post_types, $array
Appears in: custom-fields-gutenberg.2.4.7
Hook Type: filter
Displaying hooks found in version: custom-fields-gutenberg.2.4.7apply_filters('g7g_cfg_get_enabled_post_types, $array') 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();