en

wpseek.com
A WordPress-centric search engine for devs and theme authors


  |     Browse all


wp_delete_post [ WordPress Function ]

wp_delete_post ( $postid = 0, $force_delete = false )
Parameters:
  • int $postid Post ID.
  • bool $force_delete Whether to bypass trash and force deletion. Defaults to false.
Uses:
Returns:
  • mixed False on failure
Defined at:



Trashes or deletes a post or page.

When the post and page is permanently deleted, everything that is tied to it is deleted also. This includes comments, post meta fields, and terms associated with the post.

The post or page is moved to trash instead of permanently deleted unless trash is disabled, item is already in the trash, or $force_delete is true.

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics