mirror of
https://gh.wpcy.net/https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-05-17 23:56:31 +08:00
11 lines
319 B
XML
11 lines
319 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WordPress Extra">
|
|
<description>Best practices beyond core WordPress Coding Standards</description>
|
|
|
|
<rule ref="WordPress-Core"/>
|
|
|
|
<rule ref="WordPress.XSS.EscapeOutput"/>
|
|
<rule ref="WordPress.PHP.DiscouragedFunctions"/>
|
|
<rule ref="WordPress.WP.EnqueuedResources"/>
|
|
|
|
</ruleset>
|