常用函数-delete_usermeta()

0条评论

常用函数-delete_usermeta()

说明

wp_usermeta数据库表中为特定用户编号删除某个用户meta记录。

用法

<?php if (delete_usermeta(7, 'first_name')) {
    echo 'User meta key successfully removed!';
} else {
    echo 'User meta record could not be removed!';
} ?> 

参数

$user_id

(整数)(必需)WordPress用户编号

默认值:None

$meta_key

(字符串)(必需)meta_key字段值

默认值:None

$meta_value

(字符串)(必需)meta_value字段值

默认值:None

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.