• filter

    jetpack_public_js_script_data

    Filter the public script data. See the docs for `jetpack_admin_js_script_data` filter for more information.

  • filter

    jetpack_admin_js_script_data

    Filter the admin script data. When using this filter, ensure that the data is added only if it is used by some script. This filter may be called on almost every admin page load. So, one should check if the data is needed/used on that page. For example, the social (publicize) data is used only on Social admin page, Jetpack settings page and the post editor. So, the social data should be added only on those pages.

  • filter

    jetpack_has_login_ability

    Filter which provides Jetpack’s decision as to whether the current requestor can attempt logging in. Example: When Jetpack’s Brute Force Login Protection is active, this filter will return false if the user is currently locked out.