acf/fields/user/query

acf/fields/user/query

Hook Type: filter

See hook in core

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

apply_filters('acf/fields/user/query') is found 1 times:

  • /includes/fields/class-acf-field-user.php line 387
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
         * @param   array $args The query args.
         * @param   array $field The ACF field related to this query.
         * @param   (int|string) $post_id The post_id being edited.
         */
        return apply_filters( 'acf/fields/user/query', $args, $query->field, $query->post_id );
    }
     
    /**
     * Filters the WP_User_Query search columns.
     *
     * @date    9/3/20