We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4e927 commit b376d07Copy full SHA for b376d07
phpcs.xml.dist
@@ -28,7 +28,12 @@
28
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
29
<properties>
30
<!-- Value: replace the function, class, and variable prefixes used. Separate multiple prefixes with a comma. -->
31
- <property name="prefixes" type="array" value="pwcc_,_pwcc_"/>
+ <property name="prefixes" type="array" value="pwcc,_pwcc"/>
32
+ </properties>
33
+ </rule>
34
+ <rule ref="WordPress.NamingConventions.ValidHookName">
35
+ <properties>
36
+ <property name="additionalWordDelimiters" value="/-"/>
37
</properties>
38
</rule>
39
<rule ref="WordPress.WP.I18n">
0 commit comments