mrcanoa
Forum Replies Created
-
Forum: Plugins
In reply to: [Send Emails with Mandrill] Send email return falseHi Miller,
Yes, I saw plugin update. I’ve update to 1.2.4 and now return correct response.
Greart. Thank you
David
Hi Nadia,
sorry for delay. I’ve been out of work.
I update to 2.6.4 without problem.
thank you. I sent you email.
I think if you need to filter by authors you can restrict it by:
$args = array(
‘who’ => ‘authors’,
);
$users = get_users($args);I’m waiting for next release.
Thanks.
DavidHi Nadia,
I found the problem. In enanched-media-library.php method wpuxss_eml_enqueue_media I found this line: $users = current_user_can( ‘manage_options’ ) ? get_users() : array();
get_users() crash my wp because I’ve 90000+ users
I don’t understand why you read all users to put it in wp_localize_script.
Can you help me please?
Thanks
DavidHi Nadia,
I use PHP Version 7.0.27.
P.s: error happens only in wp-admin