Home › Forums › General Issues › WordPress Advanced Custom Fields not showing for new members in site › Reply To: WordPress Advanced Custom Fields not showing for new members in site
Hi @Vinnie Saletto
For your code to work, a user must exist in the DB with an ID of $user_id. If the facebook plugin is not creating a WP user, I don’t think the code will work.
It seems that using ACF for this part won’t help much, as you can’t edit the user in the backend anyway. Why not use native WP code like update_option to save . load the data into the wp_options table.
If you know the facebook user ID, you can use this in the options_name to construct the data name such as:
"{$facebookUserID}_rank"
Hope that helps
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
🚀 ACF & ACF PRO 6.0.7 are now available.
— Advanced Custom Fields (@wp_acf) January 18, 2023
✨This release contains bug fixes and improvements while we continue to work on the next major release of ACF.https://t.co/wQgAOpwmUI
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.