Fires after the new Copy action has been added to the row actions. Allows changes to the action presentation, or other final checks.
jetpack_copy_post_row_actions
jetpack_copy_post_row_actionsjetpack_copy_post_row_actionsFires after the new Copy action has been added to the row actions. Allows changes to the action presentation, or other final checks.
jetpack_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