Builds WordPress plugins following core conventions - hooks, Settings API, nonces, and sanitization - with a real plugin file checked by php -l and a concrete sanitization test against an XSS payload. Use whenever the user wants to build, extend, or debug a WordPress plugin, or mentions actions, fil
Builds WordPress plugins following core conventions - hooks, Settings API, nonces, and sanitization - with a real plugin file checked by php -l and a concrete sanitization test against an XSS payload. Use whenever the user wants to build, extend, or debug a WordPress plugin, or mentions actions, filters, shortcodes, or custom post types.