acf/fields/user/query

acf/fields/user/query

Hook Type: filter

See hook in core

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

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

  • /includes/fields/class-acf-field-user.php line 440
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
         * @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