duplicate_post_post_copy

duplicate_post_post_copy

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: duplicate-post.4.5

do_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.
    

See this hook used in plugins: