@demon_ru
Active 1 year, 10 months ago
-
Anonymous replied to the topic XProfile problem in the forum How-to & Troubleshooting 9 years ago
url 🙁
-
Anonymous replied to the topic XProfile problem in the forum How-to & Troubleshooting 9 years ago
I think it will be better:
$is_single = false;
if ( ! is_array( $user_ids ) ) {
$user_ids = wp_parse_id_list( $user_ids );
$is_single = count($user_ids) == 0;
} -
Anonymous started the topic XProfile problem in the forum How-to & Troubleshooting 9 years ago
(Edited by r-a-y to investigate the issue)