Master Accordion ( Former WP Awesome FAQ Plugin )

Best WordPress Accordion Plugin for WordPress. Master Accordion re-branded with lots new features and customization options

v4.1.9Liton ArefinUpdated Added 700 installs58% rating
22
Score
1,774
Errors
1,286
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,060 findings

Maintainability

1,295

14 issue groups

I18n

1,132

4 issue groups

Security

605

7 issue groups

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'wp-awesome-faq' but got 'buildr'.993
Category
I18n
Occurrences
993
Severity
error

Sample message

Mismatched text domain. Expected 'wp-awesome-faq' but got 'buildr'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.567
Category
Security
Occurrences
567
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: MAF_TD133
Category
I18n
Occurrences
133
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: MAF_TD

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.105
Category
Maintainability
Occurrences
105
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.47
Category
Maintainability
Occurrences
47
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_blog_count()" requires WordPress 3.7.0, but your plugin minimum supported version is WordPress 3.5.0.24
Category
Maintainability
Occurrences
24
Severity
error

Sample message

Function "get_blog_count()" requires WordPress 3.7.0, but your plugin minimum supported version is WordPress 3.5.0.

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;

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST[&#039;awesome_faq_customizer_nonce&#039;]9
Category
Security
Occurrences
9
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST[&#039;awesome_faq_customizer_nonce&#039;]

Show 15 more
WARNINGSecurityRequest data is not unslashed9
Category
Security
Occurrences
9
Severity
warning

Sample message

$_POST[&#039;awesome_faq_customizer_nonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecurityUnsafe printing function8
Category
Security
Occurrences
8
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGMaintainabilityMissing Version8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect Query7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORSecurityException output is not escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

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

WARNINGMaintainabilityNo Caching6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityDeprecated parameter: get_terms parameter 24
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

The parameter &quot;&#039;orderby=count&amp;hide_empty=0&#039;&quot; at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNINGMaintainabilityNon-prefixed hook name3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;wsa_form_bottom_&#039; . $form[&#039;id&#039;]&quot;.

WARNINGSecurityNonce verification recommended3
Category
Security
Occurrences
3
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORI18nMissing Translators Comment3
Category
I18n
Occurrences
3
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGMaintainabilitytrademarked term3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Master Accordion ( Former WP Awesome FAQ Plugin )" - contains the restricted term "plugin" which cannot be used at all in your plugin name.

ERRORMaintainabilityOffloaded Content2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.

ERRORSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
error

Sample message

Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 604.

WARNINGMaintainabilitySchema Change2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Attempting a database schema change is discouraged.

External Connections

Potential connections found in static code analysis.

28 domains

Outbound calls

158

External assets

3

Incoming endpoints

2

Notable Domains

jeweltheme.com9 · outbound
freemius.com8 · outbound
php.net6 · outbound
benalman.com4 · outbound
choosealicense.com2 · outbound
master-addons.com2 · outbound

Platform / Reference Domains

gnu.org94 · platform/reference
wordpress.org8 · platform/reference
github.com5 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference

External Asset Domains

cdnjs.cloudflare.com2 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints2
wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_team_sortauthenticated

wp_ajax

Score History

First score snapshot

v4.1.9

22

Latest

Findings
3,060
Errors
1,774
Warnings
1,286
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins

Collapse Magic

1k+ active installs

99
Easy Accordion Block

7k+ active installs

99
Hot Blocks

500 active installs

98
Toggles

2k+ active installs

98