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.31.5

apply_filters('siteorigin_panels_css_row_mobile_margin_bottom') is found 1 times:

  • /inc/renderer.php line 93
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    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: