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.


Top ↑

Source

File: wp-includes/ms-site.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.0Use 'clean_site_cache' instead.
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.