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.


Top ↑

Source

File: wp-includes/ms-blogs.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.7.0Use 'site_details' instead.
MU (3.0.0)Introduced.

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.