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.
jetpack_copy_post
jetpack_copy_postjetpack_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.
jetpack_subscriptions_management_urlFilter the url for folks to manage their subscriptions.