rest_api_update_site_settings, $input, $unfiltered_input
rest_api_update_site_settings, $input, $unfiltered_input
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('rest_api_update_site_settings, $input, $unfiltered_input') is found 1 times:
- /json-endpoints/class.wpcom-json-api-site-settings-endpoint.php line 794
* Cast and filtered based on documentation. * @param array $unfiltered_input Associative array of site settings to be updated. * Neither cast nor filtered. Contains raw input. */ $input = apply_filters( 'rest_api_update_site_settings', $input, $unfiltered_input ); $blog_id = get_current_blog_id(); $jetpack_relatedposts_options = array(); $sharing_options = array(); $updated = array();