is_array( $args['tax_query'] ) notice
-
The line 1182 should be:
if ( isset( $args['tax_query'] ) && ! is_array( $args['tax_query'] ) ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘is_array( $args['tax_query'] ) notice’ is closed to new replies.