-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.phpcs.xml
More file actions
24 lines (21 loc) · 627 Bytes
/
.phpcs.xml
File metadata and controls
24 lines (21 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<ruleset name="WordPress Theme">
<config name="minimum_wp_version" value="6.5"/>
<config name="testVersion" value="8.0-"/>
<rule ref="Oblak"/>
<rule ref="Oblak-WooCommerce"/>
<rule ref="Oblak-Advanced"/>
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" extend="true">
<element value="serbian-addons-for-woocommerce"/>
<element value="woocommerce"/>
</property>
</properties>
</rule>
<file>serbian-addons-for-woocommerce.php</file>
<file>config/</file>
<file>lib/</file>
<file>src/</file>
<file>woocommerce/</file>
</ruleset>