edit_user_{$field}

最后更新于:2021-11-26 09:09:05

apply_filters( “edit_user_{$field}”, mixed $value, int $user_id )

Filters a user field value in the ‘edit’ context.

参数

$value

(mixed)
Value of the prefixed user field.

$user_id

(int)
User ID.

源文件

文件: gc-includes/user.php

View on Trac