do_action_deprecated( ‘refresh_blog_details’, int $blog_id )

In this article

This hook has been deprecated. Use {@see ‘clean_site_cache’} instead.

Fires after the blog details cache is cleared.

Parameters

$blog_idint
Blog ID.

Source

do_action_deprecated( 'refresh_blog_details', array( $blog_id ), '4.9.0', 'clean_site_cache' );

Changelog

VersionDescription
4.9.0Use 'clean_site_cache' instead.
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.