SHARE
TWEET

Quick export : change the role of the customers to export.
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- //this piece of code is to put in the functions.php file in your theme
- add_filter('wqep_user_role', 'export_custom_user_role');
- function export_custom_user_role($role)
- {
- //change to the role you want
- return 'subscriber';
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.