sites_site_format, self::$site_format
sites_site_format, self::$site_format
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('sites_site_format, self::$site_format') is found 1 times:
- /json-endpoints/class.wpcom-json-api-get-site-endpoint.php line 417
* @since 3.9.3 * * @param array $site_format Data structure. */ $default_fields = array_keys( apply_filters( 'sites_site_format', self::$site_format ) ); $response_keys = is_array( $this->fields_to_include ) ? array_intersect( $default_fields, $this->fields_to_include ) : $default_fields; $has_blog_access = $this->has_blog_access( $this->api->token_details );