The easiest way to load ACF & SCF fields in WordPress blocks. Add your custom fields to the block editor instantly — no coding required!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
21
5 issue groups
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acf/fields/icon_picker/{$icon_type}/icons".12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acf/fields/icon_picker/{$icon_type}/icons".
WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$tag . '/key=' . $field['key']".4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$tag . '/key=' . $field['key']".
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ACF_FIELD_BLOCKS_PATH".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ACF_FIELD_BLOCKS_PATH".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "ACF_Field_Blocks".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ACF_Field_Blocks".
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "acf_field_blocks".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "acf_field_blocks".
External Connections
Potential connections found in static code analysis.
Outbound calls
35
External assets
0
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Score History
2 score snapshots
v1.6.3
98
Latest
- Findings
- 21
- Errors
- 0
- Warnings
- 21
- Check
- 2.0.0
v1.6.1
84
Score
- Findings
- 29
- Errors
- 5
- Warnings
- 24
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 21 | 0 | 21 | v1.6.3 | 2.0.0 |
| 84 | 29 | 5 | 24 | v1.6.1 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.