siteorigin_panels_row_attributes, $row_attributes, $row

siteorigin_panels_row_attributes, $row_attributes, $row

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_filters('siteorigin_panels_row_attributes, $row_attributes, $row') is found 1 times:

  • /inc/renderer.php line 1273
    				$row_attributes['style'] = 'margin-bottom: ' . $panels_margin_bottom;
    			}
    		}
    
    		$row_attributes = apply_filters( 'siteorigin_panels_row_attributes', $row_attributes, $row );
    
    		// This allows other themes and plugins to add html before the row
    		echo apply_filters( 'siteorigin_panels_before_row', '', $row, $row_attributes );
    
    		$this->render_element( 'div', $row_attributes );