• 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.

  • action

    jetpack_copy_post

    Fires after all updates have been performed, and default content filters have been added. Allows for any cleanup or post operations, and default content filters can be removed or modified.

  • action

    jetpack_register_gutenberg_extensions

    Fires before Gutenberg extensions availability is computed. In the function call you supply, use `Blocks::jetpack_register_block()` to set a block as available. Alternatively, use `Jetpack_Gutenberg::set_extension_available()` (for a non-block plugin), and `Jetpack_Gutenberg::set_extension_unavailable()` (if the block or plugin should not be registered but marked as unavailable).