timed-content-for-beaver-builder
Last commit date
timed-content-module
8 years ago
LICENSE
8 years ago
class-bb-timed-content.php
8 years ago
class-timed-content-helper.php
8 years ago
phpcs.ruleset.xml
8 years ago
readme.txt
1 year ago
timed-content-for-beaver-builder.php
3 years 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 |