Filters the URL scheme used when querying your site’s REST API endpoint.
wpcom_json_api_xmlrpc_scheme
wpcom_json_api_xmlrpc_schemewpcom_json_api_xmlrpc_schemeFilters the URL scheme used when querying your site’s REST API endpoint.
rest_api_allowed_public_metadataFilters the meta keys accessible by the REST API.
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.
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.
rest_api_allowed_post_typesFilter the post types Jetpack has access to, and can synchronize with WordPress.com.
rest_api_clients_allowed_video_uploadsFilter the list of whitelisted video clients.
video_upload_filetypesFilter the video filetypes allowed on the site.
wpcom_json_api_user_can_view_postFilter access to a specific post.
is_jetpack_siteFilter whether the current site is a Jetpack site.
wpcom_json_api_attachment_cast_and_filterFilter the documentation returned for a post attachment.