Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Last active September 20, 2021 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/9c306346e5c4118c8c74bcc13500d9e0 to your computer and use it in GitHub Desktop.
Save KaineLabs/9c306346e5c4118c8c74bcc13500d9e0 to your computer and use it in GitHub Desktop.
Allow Woocommerce My Account Page Access
<?php
add_filter( 'youzify_wc_enable_my_account_redirect', '__return_false' );
add_filter( 'youzify_woocommerce_enable_redirects', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment