Filter for curating the list of roles available for a wpcom site.
wpcom_api_site_roles
wpcom_api_site_roleswpcom_api_site_rolesFilter for curating the list of roles available for a wpcom site.
jetpack_delete_spam_feedbacks_limitFilter the amount of Spam feedback one can delete at once.
wordads_ccpa_disclosureFilter on the default CCPA disclosure text.
jetpack_psh_activeDisables the Plugin Search Hints feature found when searching the plugins page.
jetpack_lazy_images_blocked_classesAllow plugins and themes to tell lazy images to skip an image with a given class.
jetpack_connection_disconnect_site_wpcomFires upon the disconnect attempt. Return `false` to prevent the disconnect.
jetpack_connection_delete_all_tokensFires upon the disconnect attempt. Return `false` to prevent the disconnect.
jetpack_disconnect_capFilters the jetpack_disconnect capability.
jetpack_connection_invalid_blog_token_admin_noticeFilters the message to be displayed in the admin notices area when there’s a invalid blog token xmlrpc errorReturn an empty value to disable the message.
jetpack_connection_bypass_error_reporting_gateWhether to bypass the gate for the error handling By default, we only process errors once an hour for each error code. This is done to avoid overflows. If you need to disable this gate, you can set this variable to true. This filter is useful for unit testing