Skip to content

Commit

Permalink
Pricing Table: hooks parameter issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jakaria-istauk committed Dec 12, 2024
1 parent 6a02ab2 commit 209fc52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/Elements/Pricing_Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,7 @@ protected function render()
</div>
<?php endif; ?>
<?php
do_action('add_pricing_table_style_block', $settings, $this, $pricing, $button_url, $featured_class);
$depricated_param = $featured_class;
do_action('add_pricing_table_style_block', $settings, $this, $pricing, $button_url, $featured_class, $depricated_param );
}
}

0 comments on commit 209fc52

Please sign in to comment.