acf/ajax/query_users/result

acf/ajax/query_users/result

Hook Type: filter

See hook in core

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

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

  • /includes/ajax/class-acf-ajax-query-users.php line 242
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
         * @param   array $item The choice id and text.
         * @param   ACF_User $user The user object.
         * @param   ACF_Ajax_Query $query The query object.
         */
        return apply_filters( 'acf/ajax/query_users/result', $item, $user, $this );
    }
     
    /**
     * Filters the WP_User_Query search columns.
     *
     * @date    9/3/20