siteorigin_panels_inside_cell_before

siteorigin_panels_inside_cell_before

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: siteorigin-panels.2.31.5

apply_filters('siteorigin_panels_inside_cell_before') is found 1 times:

  • /inc/renderer.php line 1223
    1219
    1220
    1221
    1222
    1223
    1224
    1225
    1226
    1227
    1228
    1229
    if ( ! empty( $cell_style_wrapper ) ) {
        echo $cell_style_wrapper;
    }
    // This allows other themes and plugins to add HTML inside of the cell before its contents.
    echo apply_filters( 'siteorigin_panels_inside_cell_before', '', $cell );
     
    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 );

See this hook used in plugins: