siteorigin_panels_inline_styles, $the_css
siteorigin_panels_inline_styles, $the_css
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_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(); }