PluginProbe
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code / 2.3.2
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code v2.3.2
5.5.3 3.1.0 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.6.0 3.7.0 3.8.0 3.8.1 3.8.2 3.8.3 4.0.0 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 All 78 releases
copy-the-code / phpcs.xml.dist

phpcs.xml.dist in Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code 2.3.2, at phpcs.xml.dist

16 lines 422 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 <!-- Check all PHP files in directory tree by default. -->
9 <arg name="extensions" value="php"/>
10 <file>.</file>
11
12 <!-- Show sniff codes in all reports -->
13 <arg value="s"/>
14
15 </ruleset>
16