Problems WP 5.9 – WP_User_Query called with parameter or argument deprecated
-
If you like to use your editor with the lates wordpress version 5.9 there seems to be a problem – no product output any more.
Error message (if activated):
Deprecated: WP_User_Query was called with a parameter or argument that is deprecated since version 5.9.0! who is deprecated. Use capability instead. in /customers/267483_35232/websites/customers.kisys.cc/betriebseinrichter-shop.kisys.cc/wp-includes/functions.php on line 5600
A small update seems to help – can you integrated it?
wp-content/plugins/woo-bulk-editor/classes/helper.php:46Remove
— ‘who’ => ‘authors’)and replace it with:
++ ‘role’ => ‘authors’)
and everything works again fine ??Thank you!
- The topic ‘Problems WP 5.9 – WP_User_Query called with parameter or argument deprecated’ is closed to new replies.