BMAD-METHOD/.claude/rules/wordpress-php-guzzle-gutenb.../php-coding-standards.mdc

6 lines
230 B
Plaintext

---
description: Enforces WordPress coding standards and type hinting for PHP files within the WordPress plugin.
globs: /wp-plugin/**/*.php
---
- Always use WordPress coding standards when writing PHP.
- Always type hint PHP code.