Skip to content

Commit

Permalink
fix: remove deprecated filter callback (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo authored Apr 25, 2024
1 parent 064e3f6 commit 5d7d0bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static function init() {
\add_action( 'logout_redirect', [ __CLASS__, 'add_param_after_logout' ] );
\add_action( 'template_redirect', [ __CLASS__, 'show_message_after_logout' ] );
\add_action( 'woocommerce_account_subscriptions_endpoint', [ __CLASS__, 'append_membership_table' ], 11 );
\add_filter( 'wc_memberships_general_settings', [ __CLASS__, 'option_display_memberships_without_subs' ] );
\add_filter( 'wcs_my_account_redirect_to_single_subscription', [ __CLASS__, 'redirect_to_single_subscription' ] );
\add_filter( 'wc_memberships_members_area_my-memberships_actions', [ __CLASS__, 'hide_cancel_button_from_memberships_table' ] );
\add_filter( 'wc_memberships_my_memberships_column_names', [ __CLASS__, 'remove_next_bill_on' ], 21 );
Expand Down

0 comments on commit 5d7d0bf

Please sign in to comment.