WP GoToWebinar

WP GoToWebinar displays a listing or calendar of upcoming webinars using a shortcode or widget which can link to a registration form on your website.

v15.11Northern Beaches WebsitesUpdated Added 700 installs98% rating
28
Score
207
Errors
207
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance96
Maintainability25

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

414 findings

Maintainability

202

12 issue groups

Security

127

9 issue groups

I18n

72

3 issue groups

Performance

3

1 issue group

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

Sample message

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

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

Sample message

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

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().57
Category
I18n
Occurrences
57
Severity
error

Sample message

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

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

Sample message

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

WARNINGMaintainabilityMissing VersionResource 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.18
Category
Maintainability
Occurrences
18
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.

WARNINGMaintainabilityNot In FooterIn footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityRequest data is not unslashed$_GET['hide'] not unslashed before sanitization. Use wp_unslash() or similar13
Category
Security
Occurrences
13
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['hide']. Check that the array index exists before using it.11
Category
Security
Occurrences
11
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET['hide']. Check that the array index exists before using it.

Show 15 more
ERRORMaintainabilityMissing direct file access protection11
Category
Maintainability
Occurrences
11
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal Text10
Category
I18n
Occurrences
10
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: "By default we will use the list selected in the WP GoToWebinar Pro settings. However you can over-ride this selection by entering in a custom list ID above. Please use the below table to see your existing AWeber List IDs:".aweber_list_hint()

WARNINGSecurityInput is not sanitized9
Category
Security
Occurrences
9
Severity
warning

Sample message

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

ERRORSecuritySetting is missing a sanitization callback7
Category
Security
Occurrences
7
Severity
error

Sample message

Sanitization missing for register_setting().

WARNINGSecurityMissing nonce verification6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitystrip tags strip tags6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORI18nNo Empty Strings5
Category
I18n
Occurrences
5
Severity
error

Sample message

The $text text string should have translatable content. Found: ""

WARNINGMaintainabilityNon-prefixed hook name4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommended4
Category
Security
Occurrences
4
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityUnsafe printing function3
Category
Security
Occurrences
3
Severity
error

Sample message

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

WARNINGPerformancePost Not In exclude3
Category
Performance
Occurrences
3
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.

WARNINGMaintainabilitytrademarked term3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "WP GoToWebinar" - contains the restricted term "wp" which cannot be used at all in your plugin name.

WARNINGMaintainabilityDirect Query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

ERRORSecuritySQL query is not prepared2
Category
Security
Occurrences
2
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $sql

External Connections

Potential connections found in static code analysis.

46 domains

Outbound calls

108

External assets

3

Incoming endpoints

15

Notable Domains

momentjs.com9 · outbound
api.getgo.com5 · outbound
fullcalendar.io4 · outbound
api.aweber.com2 · outbound

Platform / Reference Domains

github.com6 · platform/reference
wordpress.org6 · platform/reference
api.wordpress.org1 · platform/reference
en-au.wordpress.org1 · platform/reference

External Asset Domains

gstatic.com2 · asset + outbound
youtube.com2 · asset

Incoming Endpoints

wp_ajax_nopriv_registration_form_submitpublic

wp_ajax

Admin AJAX endpoints14
wp_ajax_clear_cacheauthenticated

wp_ajax

wp_ajax_create_product_logauthenticated

wp_ajax

wp_ajax_delete_logauthenticated

wp_ajax

wp_ajax_disable_welcome_messageauthenticated

wp_ajax

wp_ajax_get_access_and_refresh_tokenauthenticated

wp_ajax

wp_ajax_get_activecampaign_listauthenticated

wp_ajax

wp_ajax_get_aweber_listauthenticated

wp_ajax

wp_ajax_get_campaignmonitor_listauthenticated

wp_ajax

wp_ajax_get_constantcontact_listauthenticated

wp_ajax

wp_ajax_get_mailchimp_listauthenticated

wp_ajax

wp_ajax_get_timezones_listauthenticated

wp_ajax

wp_ajax_get_webinars_listauthenticated

wp_ajax

2 more hidden

Score History

First score snapshot

v15.11

28

Latest

Findings
414
Errors
207
Warnings
207
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins

100
Current Year Shortcode VICT

900 active installs

100
Email addon for CF7

3k+ active installs

100
Menu In Post

2k+ active installs

100
Shortcode Redirect

10k+ active installs

100