siteorigin_panels_css_cell_margin_bottom, $panels_margin_bottom . px, false, false, $panels_data, $post_id

siteorigin_panels_css_cell_margin_bottom, $panels_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, $panels_margin_bottom . px, false, false, $panels_data, $post_id') is found 1 times:

  • /inc/renderer-legacy.php line 99
    		}
    
    		// Add the bottom margins
    		$css->add_widget_css( $post_id, false, false, false, '', array(
    			'margin-bottom' => apply_filters( 'siteorigin_panels_css_cell_margin_bottom', $panels_margin_bottom . 'px', false, false, $panels_data, $post_id ),
    		) );
    		$css->add_widget_css( $post_id, false, false, false, ':last-child', array(
    			'margin-bottom' => apply_filters( 'siteorigin_panels_css_cell_last_margin_bottom', '0px', false, false, $panels_data, $post_id ),
    		) );
    
    		if ( $settings['responsive'] ) {