humanmade / post-cloner
Post cloning for WordPress
Package info
github.com/humanmade/post-cloner
Type:wordpress-plugin
pkg:composer/humanmade/post-cloner
1.4.1
2021-04-20 17:25 UTC
Requires (Dev)
- humanmade/coding-standards: 0.7.0
- phpunit/phpunit: ^5.7
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 .