cleewp
Forum Replies Created
-
Thanks for the update.
For anyone else with this problem:
1) Go to WP 2FA Settings and remove the user from the Excludes field and save
2) Go to user, find the user, and then hit Remove WP 2FA button on their profile page and save
3) Go back to WP 2FA Settings and then add the user to the Exclude field and save
Thanks again for the support and the great plug in!
Forum: Plugins
In reply to: [Export Users With Meta] Warning: Headers Already SentOutstanding! Thank you!
Thank you both so much, exactly what I was looking for!
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Warning appearingSo after a deeper dive, I found the issue was coming from the Members ACF Integration plugin.
If possible I would suggest you update the adminMenuBump function at Line 158 of members/addons/members-acf-integration/src/Plugin.php
to the following:public function adminMenuBump() { if ( ! acf_get_setting( 'show_admin' ) ) { return; } if(isset(acf()->admin)){ remove_action( 'admin_menu', [ acf()->admin, 'admin_menu' ] ); add_action( 'admin_menu', [ acf()->admin, 'admin_menu' ], 8 ); } }- This reply was modified 6 years ago by cleewp.
Forum: Plugins
In reply to: [Multiple Roles] Having an issue when adding new usersThanks for the reply, apparently there was a plug in in the MU folder that wasn’t playing nice. We have since moved the site and the warning no longer appears.
Thank you for your help.