Skip to content

Commit

Permalink
Fixed apply_filters_deprecated args
Browse files Browse the repository at this point in the history
  • Loading branch information
gpressutto5 committed Mar 21, 2024
1 parent 9befd51 commit 54c72c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-payment-gateway-wcpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3903,7 +3903,7 @@ public function save_upe_appearance_ajax() {
* @deprecated 7.4.0 Use {@see 'wcpay_elements_appearance'} instead.
* @since 7.3.0
*/
$appearance = apply_filters_deprecated( 'wcpay_upe_appearance', $appearance, $is_blocks_checkout );
$appearance = apply_filters_deprecated( 'wcpay_upe_appearance', [ $appearance, $is_blocks_checkout ], '7.4.0', 'wcpay_elements_appearance' );
}

/**
Expand Down

0 comments on commit 54c72c7

Please sign in to comment.