Created
May 22, 2026 07:56
-
-
Save dennisnissle/308762c7c4de6a2a98c4fef7cbc6c03f to your computer and use it in GitHub Desktop.
Always show the withdrawals menu item within WP-Admin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter( 'eu_owb_woocommerce_show_withdrawals_in_menu', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment