duplicate_post_post_copy
duplicate_post_post_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_post_copy') is found 1 times:
- /admin-functions.php line 736
* @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_post_copy', $new_post_id, $post, $status, $parent_id ); return $new_post_id; } /** * Adds some links on the plugin page.