Uses
Uses | Description |
---|---|
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: untrash_post_comments | Fires before comments are restored for a post from the Trash. |
wp-includes/post.php: untrashed_post_comments | Fires after comments are restored for a post from the Trash. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: delete_post_meta() | Deletes a post meta field for the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/comment.php: clean_comment_cache() | Removes a comment from the object cache. |