apply_filters( 'site_details', stdClass $details )
- Since
- 4.6.0
Filters a site's extended properties.
Parameters
$detailsstdClass- The site details.
Fired at · 1
wp-includes/class-wp-site.php:349WP_Site::get_details()
Source
View on Trac ↗View on GitHub ↗
343<?php344 * Filters a site's extended properties.345 *346 * @since 4.6.0347 *348 * @param stdClass $details The site details.349 */350 $details = apply_filters( 'site_details', $details );351 352 return $details;353 }354}355
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.7.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.