12 lines
606 B
JSON
12 lines
606 B
JSON
{
|
|
"name": "wordpress-plugin-core",
|
|
"description": "Build secure WordPress plugins with core patterns for hooks, database interactions, Settings API, custom post types, REST API, and AJAX. Covers three architecture patterns (Simple, OOP, PSR-4) and the Security Trinity. Use when creating plugins, implementing nonces/sanitization/escaping, working with $wpdb prepared statements, or troubleshooting SQL injection, XSS, CSRF vulnerabilities, or plugin activation errors.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Jeremy Dawes",
|
|
"email": "jeremy@jezweb.net"
|
|
},
|
|
"skills": [
|
|
"./"
|
|
]
|
|
} |