pre_user_{$field}

最后更新于:2021-11-27 21:10:34

apply_filters( “pre_user_{$field}”, mixed $value )

Filters the value of a user field in the ‘db’ context.

参数

$value

(mixed)
Value of the prefixed user field.

源文件

文件: gc-includes/user.php

View on Trac