matthiasreiter
Forum Replies Created
-
Thanks for your reply. Im not able to write this code, so I will try to finde a workaround or have to hire someone.
No ideas anybody?
Hello Lap,
thank you for your reply. I updated to the current Version, but still get the same Error.
12:03:04Found 15 users.
12:03:06Fetched 15 users.
12:03:06Handling #1 admin <[email protected]>
12:03:08Success: Updated user 1
12:03:08Handling #7 ***USER*NAME*** <[email protected]>
12:03:09Error: Bad Request
12:03:09Handling #8 ***USER*NAME*** <[email protected]>
12:03:11Error: Bad Request
12:03:11Handling #11 ***USER*NAME*** <[email protected]>
12:03:13Success: Updated user 11
12:03:13Handling #15 ***USER*NAME*** <[email protected]>
12:03:15Success: Updated user 15
12:03:15Handling #6 ***USER*NAME*** <[email protected]>
12:03:17Success: Updated user 6
12:03:17Handling #3 ***USER*NAME*** <[email protected]>
12:03:18Success: Updated user 3
12:03:18Handling #16 ***USER*NAME*** <[email protected]>
12:03:20Error: Bad Request
12:03:20Handling #5 ***USER*NAME*** <[email protected]>
12:03:22Error: Bad Request
12:03:22Handling #13 ***USER*NAME*** <[email protected]>
12:03:24Error: Bad Request
12:03:24Handling #14 ***USER*NAME*** <[email protected]>
12:03:26Success: Updated user 14
12:03:26Handling #4 ***USER*NAME*** <[email protected]>
12:03:28Success: Updated user 4
12:03:28Handling #9 ***USER*NAME*** <[email protected]>
12:03:30Error: Bad Request
12:03:30Handling #12 ***USER*NAME*** <[email protected]>
12:03:32Success: Updated user 12
12:03:32Handling #2 U***USER*NAME*** <[email protected]>
12:03:34Success: Updated user 2
12:03:34DoneIn case this is important, I use Profile Builder Pro to let users sign up and generate a WordPress profile with a custom user role (same rights as subscriber).
With kind regards
Matthias ReiterForum: Plugins
In reply to: [Content Visibility for Divi Builder] How to use for logged out users?I found a solution by just negating the expression. So this worked for me:
!is_user_logged_in()
Hope it helps some one else.