This plugin provides a framework for creating themes and plugins that utilize the built-in template function in Visual Composer (as of version 4.4).
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
29
4 issue groups
Repo Compliance
4
4 issue groups
I18n
3
3 issue groups
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "{$VCTL_PREFIX}_default_weight".8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "{$VCTL_PREFIX}_default_weight".
ERRORMaintainabilityLocalhost URL foundDo not use Localhost/127.0.0.1/*.local in your code. Found: http://localhost/3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://localhost/
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: apply_filters("{$VCTL_PREFIX}_vctl", 'vctl')1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: apply_filters("{$VCTL_PREFIX}_vctl", 'vctl')
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: apply_filters("{$VCTL_PREFIX}_{$hook_prefix}_name_{$filename_clean}", $template_params['template_name'])1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: apply_filters("{$VCTL_PREFIX}_{$hook_prefix}_name_{$filename_clean}", $template_params['template_name'])
ERRORRepo Complianceoutdated tested upto headerTested up to: 4.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 4.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
WARNINGRepo Compliancereadme invalid contributorsThe "Contributors" header in the readme file must be a comma-separated list of WordPress.org-formatted usernames.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Contributors" header in the readme file must be a comma-separated list of WordPress.org-formatted usernames.
ERRORRepo Compliancereadme invalid donate linkThe "Donate link" header in the readme file must be a valid URL.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The "Donate link" header in the readme file must be a valid URL.
WARNINGRepo Compliancereadme parser warnings trimmed short descriptionThe "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
ERRORMaintainabilitystable tag mismatchMismatched Stable Tag: 4.7.0 != 1.0.2. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Mismatched Stable Tag: 4.7.0 != 1.0.2. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Show 1 moreShow less
WARNINGI18ntextdomain mismatch1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "vctl", expected "vc-design-template-library".
External Connections
Potential connections found in static code analysis.
Outbound calls
27
External assets
5
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v1.0.2
94
Latest
- Findings
- 36
- Errors
- 25
- Warnings
- 11
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 94 | 36 | 25 | 11 | v1.0.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.