Skip to content

Commit

Permalink
spelling fix for wpto_table_row_loc filter
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Sep 16, 2020
1 parent c514735 commit 7cc5f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/row_manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$table_row_loc = WPT_BASE_DIR . 'includes/table_row.php';
$table_row_loc = apply_filters( 'wpo_table_row_loc', $table_row_loc, $column_settings,$table_column_keywords, $args, $table_ID, $product );
$table_row_loc = apply_filters( 'wpto_table_row_loc', $table_row_loc, $column_settings,$table_column_keywords, $args, $table_ID, $product );
if( file_exists( $table_row_loc ) ){
include $table_row_loc;
}

0 comments on commit 7cc5f0e

Please sign in to comment.