Server IP : 49.212.180.16 / Your IP : 18.222.182.107 Web Server : Apache System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 User : utannto ( 1076) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/utannto/www/hironaka.biz/wp-content/plugins/imsanity/ |
Upload File : |
<?xml version="1.0"?> <ruleset name="WordPress Coding Standards for Plugins"> <description>Generally-applicable sniffs for WordPress plugins</description> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/tests/*</exclude-pattern> <rule ref="WordPress-Core" /> <rule ref="WordPress-Docs" /> <rule ref="WordPress.PHP.NoSilencedErrors"> <properties> <property name="customAllowedFunctionsList" type="array" value="exif_read_data"/> </properties> </rule> <config name="testVersion">7.4-</config> <rule ref="PHPCompatibilityWP"> <severity>10</severity> </rule> <rule ref="WordPress.Security"> <severity>10</severity> </rule> <rule ref="WordPress.DB.PreparedSQL"> <severity>10</severity> </rule> </ruleset>