Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: wp_write_post() | Creates a new post from the “Write Post” form using $_POST information. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |