Filtering posts by comparing user email with User-type ACF field’s value in Oxygen
Tags:
Comments
One response to “Filtering posts by comparing user email with User-type ACF field’s value in Oxygen”
-
how could you do the same by using the username
$current_user = wp_get_current_user();
$current_user->user_login
Leave a Reply