Hello!
Why when user updates some acf variables through front-end form I don’t see any changes in his standard WordPress profile page? Is there any way to sync data between front-end form and profile page? Thanks
UPD
Sorry, I did something wrong, everything works like a charm!
Hi Elliot!
Thanks for the greatest plugin for WP and for your answer 🙂
var_dump() says that my $columns is NULL.
But I fixed my problem by this code in my functions.php:
add_action( 'user_search_columns', 'acf_name_search' );
function acf_name_search() {
$columns[] = "display_name";
return $columns;
}
Now it works great for me.
OK, thanks.
I’ll be using old version till fix.
OK, but why it works on 5.2.1 and doesn’t work on 5.2.7? As you can see on video
Thanks for your answer.
But, as I understand correctly, user search in ACF is provided by Select2 and not by get_users()
I’ve recorded video of this issue.
Search by name is not working in 5.2.7 version, but it does in 5.2.1:
https://youtu.be/G1jrSyOe-5s