sofianemad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get author email address directlyHello tada,
Thanks for your answer.
That’s exactly what I have done: granting column privileges to ID and user_email only. This part works fine.
My understanding is that get_the_author_meta(‘user_email’) would still request access to all columns and for this reason calling it fails. I need an alternative to that so I can just access user_email without a need to grant access to all columns.
As for the code it is just a call to get_the_author_meta(‘user_email’). I haven’t tried anything else because honestly I don’t know from where to start right now.
Thanks!
Forum: Plugins
In reply to: [CryptX] Issue with a custom fieldI found out that the issue only happens when there is an interrogation mark in the url. When the sign is removed from the URL it works just fine.
Any idea how to fix this?
Forum: Plugins
In reply to: [CryptX] Issue with a custom fieldBTW I am using Cryptx 3.2.7 with WordPress 3.6
Thanks for your answer. I am actually referring to the case where the page is still indexed by google but no longer existing on the website.