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

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

  • /includes/ajax/class-acf-ajax-query-users.php line 276
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
         * @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