Releases: jcbenton/tokenlink-constructor
v1.0.8
TokenLink Constructor is a lightweight, secure development tool that lets you instantly create new WordPress plugins directly from your dashboard — no filesystem credentials, no boilerplate code, no bloat.
Built for developers who value speed, simplicity, and clean code, TokenLink Constructor automates the process of creating and activating a blank plugin with properly formatted headers and a standard readme file.
⸻
🧩 What It Does
• Creates a new plugin directory under /wp-content/plugins/
• Generates a valid plugin header with metadata and license info
• Automatically builds a compliant readme.txt
• Instantly activates the new plugin after creation
• Sanitizes and validates all input for safety
⸻
⚙️ Key Features
• Modern, minimal codebase following WordPress Coding Standards (WPCS)
• Works entirely within the WordPress admin area
• No remote calls, Composer dependencies, or external SDKs
• Includes automatic readme generation with detected WP version
• Fully compatible with multisite installs (where allowed)
• Ideal for internal or developer environments
⸻
🔐 Security Notes
• Input sanitized using native WordPress functions
• Nonce verification for form submissions
• No external API calls or data collection
• Built with current best practices for escaping and file operations