siteorigin_panels_css_cell_margin_bottom, $settings[margin-bottom] . px, false, false, $panels_data, $post_id

siteorigin_panels_css_cell_margin_bottom, $settings[margin-bottom] . px, false, false, $panels_data, $post_id

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_css_cell_margin_bottom, $settings[margin-bottom] . px, false, false, $panels_data, $post_id') is found 1 times:

  • /inc/renderer.php line 542
     
    		// Add the bottom margins.
    		if ( ! siteorigin_panels_setting( 'inline-styles' ) ) {
    			$css->add_widget_css( $post_id, false, false, false, '', array(
    				'margin-bottom' => apply_filters( 'siteorigin_panels_css_cell_margin_bottom', $settings['margin-bottom'] . 'px', false, false, $panels_data, $post_id ),
    			) );
    			$css->add_widget_css( $post_id, false, false, false, ':last-of-type', array(
    				'margin-bottom' => apply_filters( 'siteorigin_panels_css_cell_last_margin_bottom', '0px', false, false, $panels_data, $post_id ),
    			) );
    		}