Ultimate FAQ Solution

Create, organize, and display FAQs with AI-powered answers, one-click FAQ groups, WooCommerce, and a floating chat assistant.

v1.8.3BraintumUpdated Added 600 installs98% rating
46
Score
285
Errors
97
Warnings
+0
Change

Category Scores

Security17
Repo91
Performance92
Maintainability69

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

382 findings

I18n

285

4 issue groups

Maintainability

58

8 issue groups

Security

30

4 issue groups

Performance

7

2 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'ultimate-faq-solution' but got 'ufaqsw'.265
Category
I18n
Occurrences
265
Severity
error

Sample message

Mismatched text domain. Expected 'ultimate-faq-solution' but got 'ufaqsw'.

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

Sample message

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

WARNINGI18nNo Html Wrapped StringsTranslatable string should not be wrapped in HTML. Found: '<i>Add a brief message shown below the headline to explain how visitors can use the assistant.</i>'18
Category
I18n
Occurrences
18
Severity
warning

Sample message

Translatable string should not be wrapped in HTML. Found: '<i>Add a brief message shown below the headline to explain how visitors can use the assistant.</i>'

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

Sample message

Processing form data without nonce verification.

ERRORSecuritySetting is missing a sanitization callbackSanitization missing for register_setting().13
Category
Security
Occurrences
13
Severity
error

Sample message

Sanitization missing for register_setting().

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bt_cmb2_render_callback_for_text_html".5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bt_cmb2_render_callback_for_text_html".

WARNINGPerformancePost Not In excludeUsing exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.4
Category
Performance
Occurrences
4
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

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

Sample message

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

WARNINGPerformancePost Not In post not inUsing exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.3
Category
Performance
Occurrences
3
Severity
warning

Sample message

Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

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

Sample message

Detected usage of meta_query, possible slow query.

Show 10 more
WARNINGMaintainabilityNon-prefixed hook name2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect2
Category
Security
Occurrences
2
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERRORMaintainabilityNot Allowed1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGMaintainabilityNon-prefixed class1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

ERRORSecurityOutput is not escaped1
Category
Security
Occurrences
1
Severity
error

Sample message

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

WARNINGMaintainabilitymissing composer json file1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The &quot;/vendor&quot; directory using composer exists, but &quot;composer.json&quot; file is missing.

WARNINGRepo Complianceplugin header nonexistent domain path1
Category
Repo Compliance
Occurrences
1
Severity
warning

Sample message

The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"

ERRORRepo Compliancereadme mismatched header requires php1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Mismatched Requires PHP: 7.4.0 != 7.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.

WARNINGI18ntextdomain mismatch1
Category
I18n
Occurrences
1
Severity
warning

Sample message

The "Text Domain" header in the plugin file does not match the slug. Found "ufaqsw", expected "ultimate-faq-solution".

External Connections

Potential connections found in static code analysis.

32 domains

Outbound calls

158

External assets

0

Incoming endpoints

11

Notable Domains

cmb2.io61 · outbound
braintum.com11 · outbound
docs.jquery.com4 · outbound
jquery.org4 · outbound
jqueryui.com4 · outbound
v2.wp-api.org3 · outbound

Platform / Reference Domains

github.com24 · platform/reference
w3.org10 · platform/reference
wordpress.org6 · platform/reference
core.trac.wordpress.org2 · platform/reference
opensource.org2 · platform/reference
gnu.org1 · platform/reference
schema.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/ufaqsw/v1/appearance/saveREST

register_rest_route

/wp-json/wp/v2/ufaqsw/REST

register_rest_route

wp_ajax_nopriv_cmb2_oembed_handlerpublic

wp_ajax

wp_ajax_nopriv_ufaqsw_get_faqspublic

wp_ajax

Admin AJAX endpoints7
admin_post_ufaqsw_detach_groupauthenticated

admin_post

wp_ajax_cmb2_oembed_handlerauthenticated

wp_ajax

wp_ajax_generate_faq_group_with_aiauthenticated

wp_ajax

wp_ajax_refine_textauthenticated

wp_ajax

wp_ajax_ufaqsw_get_faqsauthenticated

wp_ajax

wp_ajax_ufaqsw_sortauthenticated

wp_ajax

wp_ajax_ufs_submit_feedbackauthenticated

wp_ajax

Score History

First score snapshot

v1.8.3

46

Latest

Findings
382
Errors
285
Warnings
97
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins