Allow the display of information text when Jetpack is connected to WordPress.com.The dynamic part of the action, $module, is the module slug.
jetpack_module_more_info_connected_{$module}
jetpack_module_more_info_connected_{$module}jetpack_module_more_info_connected_{$module}Allow the display of information text when Jetpack is connected to WordPress.com.The dynamic part of the action, $module, is the module slug.
jetpack_learn_more_button_{$module}Allow the display of a “Learn More” button. The dynamic part of the action, $module, is the module slug.
jetpack_xmlrpc_unauthenticated_methodsFilters the XML-RPC methods available to Jetpack for requests signed both with a blog token or a user token.
jetpack_xmlrpc_methodsFilters the XML-RPC methods available to Jetpack for authenticated users.
photon_validate_image_urlOverwrite the results of the validation steps an image goes through before to be considered valid to be used by Photon.
jetpack_photon_reject_httpsAllow Photon to fetch images that are served via HTTPS.
jetpack_photon_image_downsize_arrayFilter the Photon Arguments added to an image when going through Photon, when the image size is an array of height and width values.
jetpack_photon_image_downsize_stringFilter the Photon Arguments added to an image when going through Photon, when that image size is a string. Image size will be a string (e.g. “full”, “medium”) when it is known to WordPress.
jetpack_photon_override_image_downsizeProvide plugins a way of preventing Photon from being applied to images retrieved from WordPress Core.
jetpack_photon_post_image_argsFilter the array of Photon arguments added to an image when it goes through Photon. By default, only includes width and height values.