siteorigin_panels_inside_cell_after

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

  • /inc/renderer.php line 1182
    			}
    		}
    
    		// This allows other themes and plugins to add HTML inside of the cell after its contents.
    		echo apply_filters( 'siteorigin_panels_inside_cell_after', '', $cell );
    
    		if ( ! empty( $cell_style_wrapper ) ) {
    			echo '</div>';
    		}
    		echo '</div>';