Uses
Uses | Description |
---|---|
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/cron.php: wp_clear_scheduled_hook() | Unschedules all events attached to the hook with the specified arguments. |
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/post-template.php: get_the_guid() | Retrieve the Post Global Unique Identifier (guid). |
wp-includes/post.php: private_to_published | Fires when a post’s status is transitioned from private to published. |
wp-includes/post.php: _count_posts_cache_key() | Return the cache key for wp_count_posts() based on the passed arguments. |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |