Pattern Wrangler – Manage Block Patterns and Pattern Categories

Curate, build, and manage your block patterns, registered patterns, synced patterns, and pattern categories efficiently with Pattern Wrangler.

v2.5.1Ronald HuerecaUpdated Added 400 installs100% rating
59
Score
14
Errors
73
Warnings
+0
Change

Category Scores

Security35
Repo100
Performance100
Maintainability73

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

87 findings

Maintainability

75

10 issue groups

Security

12

5 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$aspect_ratio".37
Category
Maintainability
Occurrences
37
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$aspect_ratio".

WARNINGMaintainabilityNon-prefixed namespaceNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "DLXPlugins\PatternWrangler".13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "DLXPlugins\PatternWrangler".

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dlx_pw_network_options_defaults".10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dlx_pw_network_options_defaults".

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$packageName'.5
Category
Security
Occurrences
5
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$packageName'.

WARNINGMaintainabilityslow db query meta queryDetected usage of meta_query, possible slow query.4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.3
Category
Security
Occurrences
3
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pw_wp_block".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: "pw_wp_block".

Show 5 more
WARNINGMaintainabilityerror log trigger error1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

WARNINGSecurityInput is not sanitized1
Category
Security
Occurrences
1
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['iframe_preview']

WARNINGSecurityRequest data is not unslashed1
Category
Security
Occurrences
1
Severity
warning

Sample message

$_GET['iframe_preview'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityMissing Version1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Pattern Wrangler - Manage Block Patterns and Pattern Categories" is different from the name declared in plugin header "Pattern Wrangler".

External Connections

Potential connections found in static code analysis.

13 domains

Outbound calls

31

External assets

0

Incoming endpoints

26

Notable Domains

dlxplugins.com4 · outbound
docs.dlxplugins.com3 · outbound
php-fig.org2 · outbound
player.vimeo.com2 · outbound
bugs.webkit.org1 · outbound
getcomposer.org1 · outbound

Platform / Reference Domains

w3.org10 · platform/reference
github.com3 · platform/reference
gnu.org1 · platform/reference
make.wordpress.org1 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/dlxplugins/pattern-wrangler/v1/categories/allREST

register_rest_route

/wp-json/dlxplugins/pattern-wrangler/v1/categories/createREST

register_rest_route

/wp-json/dlxplugins/pattern-wrangler/v1/categories/deleteREST

register_rest_route

/wp-json/dlxplugins/pattern-wrangler/v1/categories/disableREST

register_rest_route

/wp-json/dlxplugins/pattern-wrangler/v1/categories/edit-registeredREST

register_rest_route

/wp-json/dlxplugins/pattern-wrangler/v1/categories/enableREST

register_rest_route

Admin AJAX endpoints6
wp_ajax_dlx_pw_dismiss_ratings_nagauthenticated

wp_ajax

wp_ajax_dlx_pw_reset_network_settingsauthenticated

wp_ajax

wp_ajax_dlx_pw_reset_optionsauthenticated

wp_ajax

wp_ajax_dlx_pw_save_network_settingsauthenticated

wp_ajax

wp_ajax_dlx_pw_save_optionsauthenticated

wp_ajax

wp_ajax_dlxpw_pattern_previewauthenticated

wp_ajax

Score History

First score snapshot

v2.5.1

59

Latest

Findings
87
Errors
14
Warnings
73
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins