acf/ajax/query_users/args

acf/ajax/query_users/args

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.2

apply_filters('acf/ajax/query_users/args') is found 1 times:

  • /includes/ajax/class-acf-ajax-query-users.php line 72
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
         * @param   array $args The query args.
         * @param   array $request The query request.
         * @param   ACF_Ajax_Query $query The query object.
         */
        return apply_filters( 'acf/ajax/query_users/args', $args, $request, $this );
    }
     
    /**
     * Prepares args for the get_results() method.
     *
     * @date    23/3/20