siteorigin_panels_inline_styles, $the_css

siteorigin_panels_inline_styles, $the_css

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_inline_styles, $the_css') is found 1 times:

  • /inc/renderer.php line 1092
    					break;
    			}
    
    			// Allow third party developers to change the inline styles or remove them completely.
    			$the_css = apply_filters( 'siteorigin_panels_inline_styles', $the_css );
    
    			if ( ! empty( $the_css ) ) {
    				if ( $return_css ) {
    					ob_start();
    				}