site_details WordPress Filter Hook
The site_details hook allows you to specify the details of your site, such as its name, description, and URL. This hook is essential for any site that wants to be listed in the WordPress directory.
apply_filters( 'site_details', stdClass $details ) #
Filters a site’s extended properties.
Parameters
- $details
(stdClass)The site details.
Source
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |