humanmade/post-cloner

Post cloning for WordPress

Maintainers

Package info

github.com/humanmade/post-cloner

Type:wordpress-plugin

pkg:composer/humanmade/post-cloner

Statistics

Installs: 22 369

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 4

1.4.1 2021-04-20 17:25 UTC

This package is auto-updated.

Last update: 2026-02-21 04:46:08 UTC


README

HM Post Cloner
A simple plugin that allows an admin or editor to directly clone posts.
A Human Made project. Maintained by @mikeselander.

This is a simple plugin that adds a button to the post edit screen that allows a user to clone a post with its metadata and terms to a new, identical post.

Local Development

PHPCS and unit tests must be run and pass before submitting code.

Running PHPCS: vendor/bin/phpcs --standard=phpcs.ruleset.xml .