siteorigin_panels_css_object, $css, $panels_data, $post_id, $layout_data

siteorigin_panels_css_object, $css, $panels_data, $post_id, $layout_data

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_css_object, $css, $panels_data, $post_id, $layout_data') is found 2 times:

  • /inc/renderer-legacy.php line 161
    			}
    		}
    
    		// Let other plugins and components filter the CSS object.
    		$css = apply_filters( 'siteorigin_panels_css_object', $css, $panels_data, $post_id, $layout_data );
    
    		return $css->get_css();
    	}
    
    	/**
    	 * This overwrites the parent function to get the cells in reverse order when using right_on_top collapse mode.
    
  • /inc/renderer.php line 624
    			);
    		}
    
    		// Let other plugins and components filter the CSS object.
    		$css = apply_filters( 'siteorigin_panels_css_object', $css, $panels_data, $post_id, $layout_data );
    
    		return $css->get_css();
    	}
    
    	/**
    	 * Render the panels.