PluginProbe ʕ •ᴥ•ʔ
Timed Content For Beaver Builder / 1.0.4
Timed Content For Beaver Builder v1.0.4
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5
timed-content-for-beaver-builder / phpcs.ruleset.xml
timed-content-for-beaver-builder Last commit date
timed-content-module 1 year ago LICENSE 8 years ago class-bb-timed-content.php 1 year ago class-timed-content-helper.php 8 years ago phpcs.ruleset.xml 8 years ago readme.txt 6 months ago timed-content-for-beaver-builder.php 1 year ago
phpcs.ruleset.xml
11 lines
1 <?xml version="1.0"?>
2 <ruleset name="WordPress Coding Standards for Plugins">
3 <description>Generally-applicable sniffs for WordPress plugins</description>
4
5 <rule ref="WordPress-Core" />
6 <rule ref="WordPress-Docs" />
7
8 <exclude-pattern>*/node_modules/*</exclude-pattern>
9 <exclude-pattern>*/vendor/*</exclude-pattern>
10 </ruleset>
11