edit_post


edit_post ( $post_data = null )

Parameters:
  • (array|null) post_data Optional. The array of post data to process. Defaults to the `$_POST` superglobal.
Returns:
  • (int) Post ID.
Defined at:

Description

Updates an existing post with values provided in `$_POST`.If post data is passed as an argument, it is treated as an array of data keyed appropriately for turning into a post object. If post data is not passed, the `$_POST` global variable is used instead.

Related Functions

get_post, redirect_post, next_post, edit_post_link, get_posts

Top Google Results

User discussions

wpseek mobile