site_settings_endpoint_get, $response[ $key ], $this
site_settings_endpoint_get, $response[ $key ], $this
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('site_settings_endpoint_get, $response[ $key ], $this') is found 1 times:
- /json-endpoints/class.wpcom-json-api-site-settings-endpoint.php line 577
* * @param mixed $response_item A single site setting. * @param WPCOM_JSON_API_Site_Settings_Endpoint $this The API object. */ $response[ $key ] = apply_filters( 'site_settings_endpoint_get', $response[ $key ], $this ); if ( class_exists( 'Sharing_Service' ) ) { $ss = new Sharing_Service(); $sharing = $ss->get_global_options(); $response[ $key ]['sharing_button_style'] = (string) $sharing['button_style']; $response[ $key ]['sharing_label'] = (string) $sharing['sharing_label'];