Browsing hooks for feature: Copy Post

    jetpack_copy_post_data

    hook (filter): Fires just before the target post is updated with its new data.<p>Allows for final data adjustments before updating the target post.</p>

    Source: modules/copy-post.php:141

    jetpack_copy_post_post_types

    hook (filter): Fires when determining if the "Copy" row action should be made available.<p>Allows overriding supported post types.</p> View Example

    Source: modules/copy-post.php:284

    jetpack_copy_post_row_actions

    hook (filter): Fires after the new Copy action has been added to the row actions.<p>Allows changes to the action presentation, or other final checks.</p>

    Source: modules/copy-post.php:347

    jetpack_copy_post

    hook (action): Fires after all updates have been performed, and default content filters have been added.<p>Allows for any cleanup or post operations, and default content filters can be removed or modified.</p>

    Source: modules/copy-post.php:96