London

Array
(
    [post_type] => at_biz_dir
    [post_status] => publish
    [posts_per_page] => 10
    [paged] => 1
    [orderby] => Array
        (
            [_featured] => DESC
            [_plan_order] => DESC
            [date] => DESC
        )

    [tax_query] => Array
        (
            [relation] => AND
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => at_biz_dir-location
                            [field] => slug
                            [terms] => Array
                                (
                                    [0] => london
                                )

                            [include_children] => 1
                        )

                )

        )

    [meta_query] => Array
        (
            [directory_type] => Array
                (
                    [key] => _directory_type
                    [value] => 9
                    [compare] => =
                )

            [_featured] => Array
                (
                    [key] => _featured
                    [type] => NUMERIC
                    [compare] => EXISTS
                )

            [relation] => AND
            [_plan_order] => Array
                (
                    [relation] => OR
                    [0] => Array
                        (
                            [key] => _dpp_plan_sorting_order
                            [type] => NUMERIC
                            [compare] => EXISTS
                        )

                    [1] => Array
                        (
                            [key] => _dpp_plan_sorting_order
                            [type] => NUMERIC
                            [compare] => NOT EXISTS
                        )

                )

        )

)