-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GD events widgets not showing in elementor - FIXED
- Loading branch information
stiofan
committed
May 3, 2022
1 parent
7825b6a
commit e3a57bb
Showing
70 changed files
with
2,942 additions
and
2,798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0"?> | ||
<ruleset name="WordPress Coding Standards for Plugins"> | ||
<description>Only scans for security issues</description> | ||
|
||
<rule ref="WordPress-Extra" /> | ||
|
||
<!-- Check all PHP files in directory tree by default. --> | ||
<arg name="extensions" value="php"/> | ||
<file>.</file> | ||
|
||
<!-- Show progress and sniff codes in all reports --> | ||
<arg value="ps"/> | ||
|
||
<exclude-pattern>*/node_modules/*</exclude-pattern> | ||
<exclude-pattern>*/vendor/*</exclude-pattern> | ||
<exclude-pattern>*/index.php</exclude-pattern> | ||
<exclude-pattern>*/includes/libraries/*</exclude-pattern> | ||
<exclude-pattern>*/tests/*</exclude-pattern> | ||
|
||
<rule ref="Internal.NoCodeFound"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<rule ref="Squiz.Commenting"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<rule ref="Generic.Commenting.DocComment"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<rule ref="Generic.Formatting"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<rule ref="Generic.WhiteSpace"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<rule ref="WordPress.Files.FileName.InvalidClassFileName"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<rule ref="WordPress.Files.FileName.NotHyphenatedLowercase"> | ||
<exclude-pattern>*</exclude-pattern> | ||
</rule> | ||
|
||
<config name="minimum_supported_wp_version" value="4.9" /> | ||
|
||
<rule ref="WordPress.WP.I18n"> | ||
<properties> | ||
<property name="text_domain" type="array" value="geodirectory" /> | ||
</properties> | ||
</rule> | ||
|
||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui-compatibility-rtl.css
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui-compatibility.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.