Warning: This hook has been deprecated. Use ‘clean_site_cache’ instead.
refresh_blog_details WordPress Hook
The refresh_blog_details hook is used to trigger a refresh of the blog details for a given blog. This can be useful when the blog details have changed and you need to update the cached copy of the details.
do_action_deprecated( 'refresh_blog_details', int $blog_id ) #
Fires after the blog details cache is cleared.
Parameters
- $blog_id
(int)Blog ID.
Source
File: wp-includes/ms-site.php
Changelog
Version | Description |
---|---|
4.9.0 | Use 'clean_site_cache' instead. |
3.4.0 | Introduced. |