Skip to content

Commit

Permalink
hook changed apply_filters('wpt_table_row_attr', $this->row_attr, $this)
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Aug 18, 2023
1 parent e38982f commit bdbc68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/table/row.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdbc68a

Please sign in to comment.