Filters the domain used by the Photon module.
jetpack_photon_domain
jetpack_photon_domainjetpack_photon_domainFilters the domain used by the Photon module.
jetpack_photon_pre_argsFilter the original Photon image parameters before Photon is applied to an image.
jetpack_photon_pre_image_urlFilter the original image URL before it goes through Photon.
jetpack_photon_skip_for_urlAllow specific image URls to avoid going through Photon.
video_upload_filetypesFilter the video filetypes allowed on the site.
rest_api_clients_allowed_video_uploadsFilter the list of whitelisted video clients.
rest_api_allowed_post_typesFilter the post types Jetpack has access to, and can synchronize with WordPress.com.
restapi_theme_initFires functions hooked onto `init` by the theme for the purpose of the REST API. The REST API does not load the theme when processing requests. To enable theme-based functionality, the API will load the ‘/functions.php’, ‘/inc/jetpack.compat.php’, ‘/inc/jetpack.php’, ‘/includes/jetpack.compat.php files of the theme (parent and child) and copy functions hooked onto ‘init’ within those files.
restapi_theme_after_setup_themeFires functions hooked onto `after_setup_theme` by the theme for the purpose of the REST API. The REST API does not load the theme when processing requests. To enable theme-based functionality, the API will load the ‘/functions.php’, ‘/inc/jetpack.compat.php’, ‘/inc/jetpack.php’, ‘/includes/jetpack.compat.php files of the theme (parent and child) and copy functions hooked onto ‘after_setup_theme’ within those files.
is_jetpack_siteFilter whether the current site is a Jetpack site.