siteorigin_panels_inside_row_before

siteorigin_panels_inside_row_before

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_inside_row_before') is found 1 times:

  • /inc/renderer.php line 1078
    			) );
    		}
    
    		// 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 );
    		}
    
    

See this hook used in plugins: