humanmade/post-cloner

Post cloning for WordPress

Installs: 22 366

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 24

Forks: 2

Open Issues: 4

Type:wordpress-plugin

1.4.1 2021-04-20 17:25 UTC

This package is auto-updated.

Last update: 2024-04-21 00:22:54 UTC


README

HM Post Cloner
A simple plugin that allows an admin or editor to directly clone posts.
68747470733a2f2f686d6e2e6d642f636f6e74656e742f7468656d65732f686d6e6d642f6173736574732f696d616765732f686d2d6c6f676f2e737667
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 .