wordpress-plugin-core - Secure WordPress Plugin Development with Security Trinity
Build secure WordPress plugins with hooks, database interactions, and REST API following security best practices.
Tags
Updated: 2026-02-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create plugin header
- add ABSPATH check
- apply unique prefix
- verify nonces
- sanitize input
- escape output
- prepare SQL statements
- check user capabilities
- register custom post types
- flush rewrite rules
Inputs
- WordPress installation
- PHP files
- user input data
- database tables
- admin panel access
Outputs
- WordPress plugin files
- SQL queries
- HTML output
- admin interface pages
- custom post type archives
Requirements
- WordPress 5.9+
- PHP 7.4+
- administrator access for plugin management
- file system write permissions
