siteorigin_panels_ . $section . _style_fields, $fields, $post_id, $args

siteorigin_panels_ . $section . _style_fields, $fields, $post_id, $args

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, $post_id, $args') is found 1 times:

  • /inc/styles-admin.php line 92
    	 * @return bool
    	 */
    	public function render_styles_fields( $section, $before = '', $after = '', $current = array(), $post_id = 0, $args = array() ) {
    		$fields = array();
    		$fields = apply_filters( 'siteorigin_panels_' . $section . '_style_fields', $fields, $post_id, $args );
    		$fields = apply_filters( 'siteorigin_panels_general_style_fields', $fields, $post_id, $args );
    
    		if ( empty( $fields ) ) {
    			return false;
    		}