Uses
Uses | Description |
---|---|
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/ms-blogs.php: update_blog_details() | Update the details for a blog. Updates the blogs table for a given blog ID. |
wp-includes/ms-blogs.php: wpmu_blog_updated | Fires after the blog details are updated. |