[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor
/
vendor
/
elementor
/
wp-notifications-package
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 src
SET
[ DEL ]
📄 README.md
368 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.json
565 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.lock
15,923 B
SET
[ EDIT ]
|
[ DEL ]
📄 phpcs.xml
2,391 B
SET
[ EDIT ]
|
[ DEL ]
📄 plugin-example.php
3,154 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: phpcs.xml
<?xml version="1.0"?> <ruleset name="WordPress.Elementor"> <description>Elementor Coding Standards</description> <arg name="parallel" value="8" /> <config name="text_domain" value="wp-notifications-package" /> <exclude-pattern>vendor/</exclude-pattern> <exclude-pattern>build/</exclude-pattern> <exclude-pattern>node_modules/</exclude-pattern> <exclude-pattern>tests/*.php</exclude-pattern> <exclude-pattern>*.js</exclude-pattern> <exclude-pattern>*.css</exclude-pattern> <exclude-pattern>*.scss</exclude-pattern> <rule ref="WordPress-Core"> <exclude name="Universal.Arrays.DisallowShortArraySyntax"/> </rule> <rule ref="WordPress.Security" /> <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.Files.FileName.NotHyphenatedLowercase" /> <exclude name="WordPress.Arrays.MultipleStatementAlignment" /> <exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" /> <exclude name="WordPress.Files.FileName.InvalidClassFileName" /> <exclude name="WordPress.WP.I18n.MissingTranslatorsComment" /> <exclude name="WordPress.WP.I18n.NonSingularStringLiteralSingle" /> <exclude name="WordPress.WP.I18n.NonSingularStringLiteralPlural" /> <exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket" /> <exclude name="PEAR.Functions.FunctionCallSignature.MultipleArguments" /> <exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine" /> </rule> <rule ref="WordPress.NamingConventions.ValidHookName"> <properties> <property name="additionalWordDelimiters" value="/-" /> </properties> </rule> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> </ruleset>