siteorigin_panels_ . $section . _style_fields, $fields_cache[ $section ], false, false

siteorigin_panels_ . $section . _style_fields, $fields_cache[ $section ], false, false

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_ . $section . _style_fields, $fields_cache[ $section ], false, false') is found 1 times:

  • /inc/styles-admin.php line 638
    			if ( empty( $fields_cache[ $section ] ) ) {
    				// This filter doesn't pass in the arguments $post_id and $args
    				// Plugins looking to extend fields, should always add their fields if these are empty
    				$fields_cache[ $section ] = array();
    				$fields_cache[ $section ] = apply_filters( 'siteorigin_panels_' . $section . '_style_fields', $fields_cache[ $section ], false, false );
    				$fields_cache[ $section ] = apply_filters( 'siteorigin_panels_general_style_fields', $fields_cache[ $section ], false, false );
    			}
    			$fields = $fields_cache[ $section ];
    		} else {
    			$fields = $sub_field;
    		}