常用函数-wp_delete_post()

0条评论

常用函数-wp_delete_post()

说明

根据文章编号删除文章

用法

<?php wp_delete_post($post_id); ?>

示例

删除WP默认编号为1的文章“Hello World”:

<?php wp_delete_post(1); ?>

缺省用法

参数

post_id

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许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.