cim
Forum Replies Created
-
It’s still showing. Single, double, or no quotes still gives the same notice.
That worked, thank you! I had to set a conditional:
if (user_can( $current_user, 'administrator')) { echo do_shortcode('[avatar_upload user="'.$user->ID.'"]'); } else { echo do_shortcode('[avatar_upload]'); }Thank you again!
Hi, thanks for the response. I don’t want to show their avatar, I want to change their avatars on the front end. Right now, it will only change only my own avatar on the front end. Does
[avatar_upload]accept ID parameter or any parameters?Nice thank you.
Forum: Plugins
In reply to: [Contact Form 7] 4.8 version doesn’t workHere’s how I solved my issue. If you have a plugin or any code that blocks the WordPress REST API, then delete/disable it. The culprit for me was WordFence.
Here’s a screenshot: https://i.imgur.com/I1pImC9.png
If you’re running WordFence, just disable this option.