pre_user_{$field}
apply_filters( “pre_user_{$field}”, mixed $value ) 筛选器挂…
apply_filters( “pre_user_{$field}”, mixed $value )
筛选器挂钩:筛选“db”上下文中用户字段的值。
Filter Hook: Filters the value of a user field in the ‘db’ context.
目录锚点:#说明#参数#源码
说明(Description)
hook name,$字段的动态部分指的是要筛选的带前缀的用户字段,例如“user_login”、“user_email”、“first_name”等。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$value | (mixed) | 前缀用户字段的值。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.9.0 | wp-includes/user.php:1297 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!