On this page
apply_filters_deprecated( 'blog_details', WP_Site $details )
This hook has been deprecated. Use ‘site_details’ instead.
Filters a blog’s details.
Parameters
$detailsWP_Site-
The blog details.
Source
File: wp-includes/ms-blogs.php. View all references
$details = apply_filters_deprecated( 'blog_details', array( $details ), '4.7.0', 'site_details' );
Related
Used By
| Used By | Description |
|---|---|
| WP_Site::get_details() wp-includes/class-wp-site.php | Retrieves the details for this site. |
| get_blog_details() wp-includes/ms-blogs.php | Retrieve the details for a blog from the blogs table and blog options. |
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Use 'site_details' instead. |
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/blog_details