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.3.11

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

  • /includes/ajax/class-acf-ajax-query-users.php line 107
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
         * @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