public static function get_value( $field, $args = [], $post_id = null ) {
        $value = parent::get_value( $field, $args, $post_id );

        if ( is_array( $value ) ) {
            $location = [];