WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
21
8 issue groups
Supply Chain
3
1 issue group
Repo Compliance
2
2 issue groups
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AC_SEO_ACF_ANALYSIS_PLUGIN_FILE".9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AC_SEO_ACF_ANALYSIS_PLUGIN_FILE".
ERRORSupply ChainHidden files includedHidden files are not permitted.3
- Category
- Supply Chain
- Occurrences
- 3
- Severity
- error
Sample message
Hidden files are not permitted.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilitytrademarked termThe plugin name includes a restricted term. Your chosen plugin name - "ACF Content Analysis for Yoast SEO" - contains the restricted term "yoast" which cannot be used at all in your plugin name.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "ACF Content Analysis for Yoast SEO" - contains the restricted term "yoast" which cannot be used at all in your plugin name.
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "AC_Yoast_SEO_ACF_Content_Analysis".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AC_Yoast_SEO_ACF_Content_Analysis".
ERRORMaintainabilityForbidden PHP function foundThe use of function passthru() is forbidden1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
The use of function passthru() is forbidden
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ac_yoast_seo_acf_analysis".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ac_yoast_seo_acf_analysis".
ERRORMaintainabilityapplication detectedApplication files are not permitted.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Application files are not permitted.
WARNINGMaintainabilitymissing composer json fileThe "/vendor" directory using composer exists, but "composer.json" file is missing.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
ERRORRepo Compliancereadme mismatched header requiresMismatched Requires at least: 6.7 != 6.6. "Requires at least" needs to be exactly the same with that in your main plugin file's header.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Mismatched Requires at least: 6.7 != 6.6. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Show 1 moreShow less
WARNINGRepo Compliancereadme parser warnings too many tags1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
External Connections
Not analyzed yet.
Score History
First score snapshot
v3.2
35
Latest
- Findings
- 26
- Errors
- 9
- Warnings
- 17
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 26 | 9 | 17 | v3.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.