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
Requires (Dev)
- humanmade/coding-standards: 0.7.0
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-21 01:31:54 UTC
README
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 .