Conversation
supportHi, I’m getting this error on my client’s website: [08-Apr-2026 13:04:27 UTC] PHP Fatal error: Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, array given in /usr/www/users/example/wp-content/plugins/rearrange-woocommerce-products/includes/Plugin.php:762 I checked my code and I’m setting the “orderby” param to an array several times. Your plugin only seems to support strings as values for this param. Can you please implement support for this format as well? $query->set( 'orderby', array( 'menu_order' => 'desc', 'post_date' => 'desc', )); Plugin version is 6.0.0
No comments were stored for this source.