created a new function to filter emails
This commit is contained in:
@@ -79,6 +79,7 @@ function current_user_infos_CIPF($atts) {
|
||||
$user_infos = merge_two_arrays_CIPF($user_metas, $user_properties);
|
||||
return output_list_front_CIPF($user_infos);
|
||||
}
|
||||
// only return the first argument
|
||||
$query = $atts[0];
|
||||
$output = $current_user->$query;
|
||||
if (is_string($output))
|
||||
|
||||
Reference in New Issue
Block a user