Warning: This hook has been deprecated. Use ‘site_details’ instead.
blog_details WordPress Hook
The blog_details hook allows you to override the default blog details settings. This hook is useful if you want to change the default blog title, description, or other settings.
apply_filters_deprecated( 'blog_details', WP_Site $details ) #
Filters a blog’s details.
Parameters
- $details
(WP_Site)The blog details.
Source
File: wp-includes/ms-blogs.php
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Use 'site_details' instead. |
| MU (3.0.0) | Introduced. |