siteorigin_panels_output_widget, true, $widget, $ri, $ci, $wi, $panels_data, $post_id
siteorigin_panels_output_widget, true, $widget, $ri, $ci, $wi, $panels_data, $post_id
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_filters('siteorigin_panels_output_widget, true, $widget, $ri, $ci, $wi, $panels_data, $post_id') is found 1 times:
- /inc/renderer.php line 1393
foreach ( $cell['widgets'] as $wi => & $widget ) { $is_last = ( $wi == count( $cell['widgets'] ) - 1 ); if ( apply_filters( 'siteorigin_panels_output_widget', true, $widget, $ri, $ci, $wi, $panels_data, $post_id ) ) { $this->render_widget( $post_id, $ri, $ci, $wi, $widget, $is_last ); } } // 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 );