siteorigin_panels_after_row, , $row, $row_attributes

siteorigin_panels_after_row, , $row, $row_attributes

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

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

  • /inc/renderer.php line 1325
     
    		echo '</div>';
    
    		// This allows other themes and plugins to add html after the row
    		echo apply_filters( 'siteorigin_panels_after_row', '', $row, $row_attributes );
    	}
    
    	/**
    	 * Render everything for the given cell, including:
    	 *  - filters before and after cell,
    	 *  - cell element wrapper with attributes,