| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/plugins/powerpack-lite-for-elementor/ |
Upload File : |
<?xml version="1.0"?> <ruleset name="WordPress.PowerPack.Elements"> <!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml --> <!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml --> <!-- Set a description for this ruleset. --> <description>PowerPack Coding Standards</description> <arg name="parallel" value="8" /> <!-- Exclude paths --> <exclude-pattern>src/</exclude-pattern> <exclude-pattern>build/</exclude-pattern> <exclude-pattern>assets/</exclude-pattern> <exclude-pattern>images/</exclude-pattern> <exclude-pattern>*/i18n/*</exclude-pattern> <exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/css/*</exclude-pattern> <exclude-pattern>*/js/*</exclude-pattern> <exclude-pattern>*/style.css</exclude-pattern> <rule ref="WordPress-Extra"> <exclude name="Generic.Commenting.DocComment.MissingShort" /> <exclude name="Generic.Formatting.MultipleStatementAlignment" /> <exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" /> <exclude name="Squiz.Commenting.ClassComment.Missing" /> <exclude name="Squiz.Commenting.FileComment.Missing" /> <exclude name="Squiz.Commenting.FunctionComment.Missing" /> <exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" /> <exclude name="Squiz.Commenting.VariableComment.Missing" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeOpen" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterOpen" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeEnd" /> <exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterEnd" /> <exclude name="WordPress.Arrays.MultipleStatementAlignment" /> <exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" /> <exclude name="WordPress.Files.FileName.InvalidClassFileName" /> <!-- <exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped"/> <exclude name="WordPress.Security.EscapeOutput.UnsafePrintingFunction" /> --> <exclude name="WordPress.Security.NonceVerification.NoNonceVerification"/> <exclude name="WordPress.Security.NonceVerification.Missing"/> <exclude name="WordPress.WP.I18n.MissingTranslatorsComment" /> <exclude name="WordPress.WP.I18n.NonSingularStringLiteralSingle" /> <exclude name="WordPress.WP.I18n.NonSingularStringLiteralPlural" /> <!-- <exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped" /> --> <exclude name="WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet" /> <exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket" /> <exclude name="PEAR.Functions.FunctionCallSignature.MultipleArguments" /> <exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine" /> </rule> <rule ref="WordPress.WP.DeprecatedFunctions"> <properties> <property name="minimum_supported_version" value="4.7" /> </properties> </rule> <rule ref="WordPress.NamingConventions.ValidHookName"> <properties> <property name="additionalWordDelimiters" value="/-" /> </properties> </rule> <!-- Text Domain --> <rule ref="WordPress.WP.I18n"> <properties> <property name="text_domain" type="array" value="powerpack"/> </properties> </rule> </ruleset>