Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created May 22, 2026 07:56
Show Gist options
  • Select an option

  • Save dennisnissle/308762c7c4de6a2a98c4fef7cbc6c03f to your computer and use it in GitHub Desktop.

Select an option

Save dennisnissle/308762c7c4de6a2a98c4fef7cbc6c03f to your computer and use it in GitHub Desktop.
Always show the withdrawals menu item within WP-Admin
<?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