duplicate_post_pre_copy
duplicate_post_pre_copy
Appears in: duplicate-post.3.2.2, duplicate-post.3.2.3, duplicate-post.3.2.4, duplicate-post.3.2.5, duplicate-post.3.2.6, duplicate-post.4.0.1, duplicate-post.4.0.2, duplicate-post.4.1.1, duplicate-post.4.1.2, duplicate-post.4.4, duplicate-post.4.5
Hook Type: action
See hook in action
Displaying hooks found in version: duplicate-post.4.5do_action('duplicate_post_pre_copy') is found 1 times:
- /admin-functions.php line 583
* @param WP_Post $post The original post object. * @param bool $status The intended destination status. * @param int $parent_id The parent post ID if we are calling this recursively. */ do_action( 'duplicate_post_pre_copy', $post, $status, $parent_id ); /** * Filter allowing to copy post. * * @param bool $can_duplicate Default to `true`. * @param WP_Post $post The original post object.