Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/ms-site.php | do_action_deprecated | 1001 | /** * Fires after the blog details cache is cleared. * * @since 3.4.0 * @deprecated 4.9.0 Use {@see 'clean_site_cache'} instead. * * @param int $blog_id Blog ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $blog_id | Blog ID. |