diff --git a/inc/table/row.php b/inc/table/row.php index 076b9014..81f9d127 100644 --- a/inc/table/row.php +++ b/inc/table/row.php @@ -214,7 +214,7 @@ public function render(){ $this->tr_class = Table_Attr::tr_class( $this ); global $product; - $this->row_attr = $this->apply_filter( 'wpt_table_row_attr', $this->row_attr ); + $this->row_attr = apply_filters('wpt_table_row_attr', $this->row_attr, $this); /** * Total Row Handle from Here