Uses
Uses | Description |
---|---|
wp-includes/post.php: clean_post_cache() | Will clean the post in the cache. |
wp-includes/post.php: _truncate_post_slug() | Truncate a post slug. |
wp-includes/post.php: add_post_meta() | Adds a meta field to the given post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |