Describe the bug
When WooCommerce Branding plugin is activated, all the sections on the WooCommerce Admin plugin appear to be blank. They show a white screen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The WooCommerce Admin page appears as it does without WooCommerce Branding activated.
What happens instead
The WooCommerce Admin pages are blank.
Screenshots

Desktop (please complete the following information):
Additional context
WooCommerce Branding is deactivated again, the WooCommerce Admin pages appear as expected.Hey @arunsathiya 馃憢 - Thanks for noting this!
Looks like the branding plugin replaces woocommerce_page_ page prefixes with a user defined prefix, causing our is_admin_page() check to fail.
I'll see if we can come up with a workaround for this.
Thanks for the fix, Joshua! 馃檶馃徑 馃挴