siteorigin_panels_inside_row_before, , $row
siteorigin_panels_inside_row_before, , $row
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_filters('siteorigin_panels_inside_row_before, , $row') is found 1 times:
- /inc/renderer.php line 1295
) ); } // This allows other themes and plugins to add HTML inside of the row before the row contents. echo apply_filters( 'siteorigin_panels_inside_row_before', '', $row ); if ( method_exists( $this, 'modify_row_cells' ) ) { // This gives other renderers a chance to change the cell order $row['cells'] = $cells = $this->modify_row_cells( $row['cells'], $row ); }