WooCommerce store with ~30,000 products

I’m investigating WooCommerce as a potential e-commerce solution, however my immediate concern (which I haven’t been able to find information on) is the number of products. The proposed store needs the ability to house ~30,000 different products. Is there any technical limitation on the number of products that WooCommerce can handle? Would the limit simply … Read more

Fatal error: Call to undefined function wp_get_current_user()

I have some strange error or may be I do not have the skills to tackle this issue.
I am building a plugin for Multisite. When is use is_admin(), my plugin works fine but when I use is_super_admin it shows me this error Fatal error: Call to undefined function wp_get_current_user(). I did my search but could not be able to find any solution.