WP Manifestindependent plugin directory
manifest / developer / ysd-dev-tools-helper

YSD Dev Tools Helper

A custom WordPress plugin

by Yan Yedomakha · github.com/yedomakhadev/ysd-dev-tools-helper

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/yedomakhadev/ysd-dev-tools-helper/archive/refs/heads/main.zip

A custom WordPress development plugin to automate routine tasks during development — such as generating placeholder posts for any custom post type.

🛠 Features

  • Generate dummy posts for any post type
  • Set number of posts, status (Draft/Published), and starting date
  • Simple admin UI
  • Lightweight and extendable

📁 Plugin Structure

ysd-dev-tools-helper/
├── ysd-dev-tools-helper.php       → Main plugin file
├── admin/                         → Admin UI
│   └── generator-page.php         → Admin page logic
├── includes/                      → Core logic
│   └── post-generator.php         → Post generation functions
└── assets/                        → Plugin styles
    └── styles.css

🚀 Installation

  1. Clone or download this repository into your /wp-content/plugins/ directory.
  2. Activate the plugin from the WordPress admin.
  3. Go to Tools → Post Generator to start generating.