g7g_cfg_options

g7g_cfg_options

Hook Type: filter

See hook in core

Displaying hooks found in version: custom-fields-gutenberg.2.3.9

apply_filters('g7g_cfg_options') is found 1 times:

  • /custom-fields-gutenberg.php line 121
    				$options['post-type_'. $name] = 1;
    
    			}
    
    			return apply_filters('g7g_cfg_options', $options);
    
    		}
    
    		function action_links($links, $file) {
    
    			if ($file === G7G_CFG_FILE && (current_user_can('manage_options'))) {