Fires when determining if the “Copy” row action should be made available. Allows overriding supported post types.
jetpack_copy_post_post_types
jetpack_copy_post_post_typesjetpack_copy_post_post_typesFires when determining if the “Copy” row action should be made available. Allows overriding supported post types.
jetpack_copy_post_dataFires just before the target post is updated with its new data. Allows for final data adjustments before updating the target post.
jetpack_copy_postFires 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.
jetpack_register_gutenberg_extensionsFires 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).
jetpack_set_available_extensionsFilter the list of block editor extensions that are available through Jetpack.
jetpack_update_core_changeTrigger a change to core update that we want to sync.
jetpack_tiled_galleries_block_contentFilter the output of the Tiled Galleries content.
jetpack_search_get_filtersModify the aggregation filters returned by get_filters(). Useful if you are setting custom filters outside of the supported filters (taxonomy, post_type etc.) and want to hook them up so they’re returned when you call `get_filters()`.
jetpack_subscription_widget_total_subscribersFilter the total amount of subscribers
jetpack_subscription_widget_is_subscribedFilter if the current user is subscribed to the blog.