siteorigin_panels_css_row_mobile_margin_bottom

siteorigin_panels_css_row_mobile_margin_bottom

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: siteorigin-panels.2.29.9

apply_filters('siteorigin_panels_css_row_mobile_margin_bottom') is found 1 times:

  • /inc/renderer.php line 92
     
    		foreach ( $layout_data as $ri => $row ) {
    			// Filter the bottom margin for this row with the arguments
    			$panels_margin_bottom = apply_filters( 'siteorigin_panels_css_row_margin_bottom', $settings['margin-bottom'] . 'px', $row, $ri, $panels_data, $post_id );
    			$panels_mobile_margin_bottom = apply_filters( 'siteorigin_panels_css_row_mobile_margin_bottom', $settings['row-mobile-margin-bottom'] . 'px', $row, $ri, $panels_data, $post_id );
    
    			if ( SiteOrigin_Panels_Styles::single()->has_overlay( $row ) ) {
    				$css->add_row_css( $post_id, $ri, array(
    					'.panel-has-style > .panel-row-style',
    				), array(
    					'position' => 'relative',
    

See this hook used in plugins: