siteorigin_panels_inside_row_after

siteorigin_panels_inside_row_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.29.9

apply_filters('siteorigin_panels_inside_row_after') is found 1 times:

  • /inc/renderer.php line 1090
    			$this->render_cell( $post_id, $ri, $ci, $cell, $row['cells'], $panels_data );
    		}
    
    		// This allows other themes and plugins to add HTML inside of the row after the row contents.
    		echo apply_filters( 'siteorigin_panels_inside_row_after', '', $row );
    
    		if (
    			$this->container['css_override'] &&
    			isset( $row['style']['row_stretch'] ) &&
    			$row['style']['row_stretch'] == 'full'
    		) {