Skip to content

Commit 8762535

Browse files
authored
Update phpcs.xml
1 parent 664635f commit 8762535

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpcs.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@
2222
<rule ref="HM">
2323
<exclude name="WordPress.WP.CapitalPDangit" />
2424
</rule>
25+
26+
<rule ref="WordPress.NamingConventions.ValidHookName">
27+
<properties>
28+
<property name="additionalWordDelimiters" value="-/" />
29+
</properties>
30+
</rule>
2531
</ruleset>

0 commit comments

Comments
 (0)