siteorigin_panels_inside_row_before

siteorigin_panels_inside_row_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_row_before') is found 1 times:

  • /inc/renderer.php line 1130
    1126
    1127
    1128
    1129
    1130
    1131
    1132
    1133
    1134
    1135
        ) );
    }
     
    // This allows other themes and plugins to add HTML inside of the row before the row contents.
    echo apply_filters( 'siteorigin_panels_inside_row_before', '', $row );
     
    if ( method_exists( $this, 'modify_row_cells' ) ) {
        // This gives other renderers a chance to change the cell order
        $row['cells'] = $cells = $this->modify_row_cells( $row['cells'], $row );
    }

See this hook used in plugins: