--- 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.