Skip to content

Commit

Permalink
Add new element to prefixes in .phpcs.xml for WP 404 caching
Browse files Browse the repository at this point in the history
Added a new element value "wp_404_cache" in the prefixes property of .phpcs.xml for the WP 404 caching plugin. This update brings consistency in naming and provides clear configuration directives for the plugin.
  • Loading branch information
attackant committed Mar 12, 2024
1 parent 6cf9c11 commit 7f3a136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<property name="prefixes" type="array">
<element value="alleyinteractive" />
<element value="wp_404_caching" />
<element value="wp_404_cache" />
<element value="Alley_WP_WP_404_Caching" />
</property>
</properties>
Expand Down

0 comments on commit 7f3a136

Please sign in to comment.