• filter

    jetpack_password_checker_restricted_strings

    Filters Jetpack’s password strength enforcement settings. You can supply your own passwords that should not be used for authenticating in addition to weak and easy to guess strings for each user. For example, you can add passwords from known password databases to avoid compromised password usage.

  • filter

    wp_update_php_url

    Filters the URL to learn more about updating the PHP version the site is running on.Providing an empty string is not allowed and will result in the default URL being used. Furthermore the page the URL links to should preferably be localized in the site language.

  • filter

    jetpack_copy_post_row_actions

    Fires after the new Copy action has been added to the row actions. Allows changes to the action presentation, or other final checks.

  • filter

    jetpack_copy_post_post_types

    Fires when determining if the “Copy” row action should be made available. Allows overriding supported post types.

  • filter

    jetpack_copy_post_data

    Fires just before the target post is updated with its new data. Allows for final data adjustments before updating the target post.