Support

Account

Home Forums Backend Issues (wp-admin) Cannot Query By Custom Field Reply To: Cannot Query By Custom Field

  • This is the return value

    (
        [query] => Array
            (
                [post_type] => shop_order
                [post_status] => any
                [posts_per_page] => -1
                [numberposts] => -1
                [meta_query] => Array
                    (
                        [0] => Array
                            (
                                [key] => recurring
                                [value] => 1
                            )
    
                    )
    
            )
    
    ...
    
        [post_count] => 0
        [current_post] => -1
        [in_the_loop] => 
        [comment_count] => 0
        [current_comment] => -1
        [found_posts] => 0
        [max_num_pages] => 0
        [max_num_comment_pages] => 0
        [is_single] => 
        [is_preview] => 
        [is_page] => 
        [is_archive] => 
        [is_date] => 
        [is_year] => 
        [is_month] => 
    ...