Bus Ticket Booking with Seat Reservation

Offer the convenience of seat selection and reservation on your WordPress website. A customized solution for efficient bus ticketing.

v5.7.2magepeopleteamUpdated Added 800 installs98% rating100% support resolved
36
Score
145
Errors
192
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability57

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

337 findings

Maintainability

158

9 issue groups

Security

133

6 issue groups

I18n

45

2 issue groups

Repo Compliance

1

1 issue group

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

Sample message

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

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'bus-ticket-booking-with-seat-reservation' but got 'bus-booking-manager'.25
Category
I18n
Occurrences
25
Severity
error

Sample message

Mismatched text domain. Expected 'bus-ticket-booking-with-seat-reservation' but got 'bus-booking-manager'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['page']24
Category
Security
Occurrences
24
Severity
warning

Sample message

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

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.21
Category
Security
Occurrences
21
Severity
error

Sample message

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

ERRORI18nMissing Translators CommentA 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.20
Category
I18n
Occurrences
20
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.

WARNINGSecurityRequest data is not unslashed$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar16
Category
Security
Occurrences
16
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "block_footer_area()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.5.0.15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

Function "block_footer_area()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.5.0.

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

Sample message

Detected usage of meta_query, possible slow query.

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

Sample message

Processing form data without nonce verification.

Show 8 more
ERRORMaintainabilitydate date6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGSecurityMissing nonce verification6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityMissing Version4
Category
Maintainability
Occurrences
4
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.

WARNINGMaintainabilityNon-prefixed class2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WTBM_Features_Seating".

WARNINGMaintainabilityNot In Footer2
Category
Maintainability
Occurrences
2
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.

WARNINGMaintainabilityNon-prefixed hook name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protection1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

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

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

External Connections

Potential connections found in static code analysis.

13 domains

Outbound calls

30

External assets

2

Incoming endpoints

28

Notable Domains

mage-people.com9 · outbound
fontawesome.com2 · outbound
jqueryui.com2 · outbound
bus.mage-people.com1 · outbound
chartjs.org1 · outbound

Platform / Reference Domains

github.com4 · platform/reference
w3.org3 · platform/reference
gnu.org2 · platform/reference
developer.wordpress.org1 · platform/reference

External Asset Domains

fonts.googleapis.com2 · asset + outbound
youtube.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_get_wbtm_bus_detailspublic

wp_ajax

wp_ajax_nopriv_get_wbtm_bus_listpublic

wp_ajax

wp_ajax_nopriv_get_wbtm_dropping_pointpublic

wp_ajax

wp_ajax_nopriv_get_wbtm_journey_datepublic

wp_ajax

wp_ajax_nopriv_get_wbtm_return_datepublic

wp_ajax

wp_ajax_nopriv_wbtm_ajax_add_to_cartpublic

wp_ajax

Admin AJAX endpoints20
wp_ajax_get_wbtm_bus_detailsauthenticated

wp_ajax

wp_ajax_get_wbtm_bus_listauthenticated

wp_ajax

wp_ajax_get_wbtm_dropping_pointauthenticated

wp_ajax

wp_ajax_get_wbtm_journey_dateauthenticated

wp_ajax

wp_ajax_get_wbtm_return_dateauthenticated

wp_ajax

wp_ajax_wbtm_activate_woocommerceauthenticated

wp_ajax

wp_ajax_wbtm_ajax_add_to_cartauthenticated

wp_ajax

wp_ajax_wbtm_create_seat_planauthenticated

wp_ajax

wp_ajax_wbtm_create_seat_plan_ddauthenticated

wp_ajax

wp_ajax_wbtm_get_booking_detailsauthenticated

wp_ajax

wp_ajax_wbtm_get_bus_detailauthenticated

wp_ajax

wp_ajax_wbtm_get_user_bookingsauthenticated

wp_ajax

8 more hidden

Score History

First score snapshot

v5.7.2

36

Latest

Findings
337
Errors
145
Warnings
192
Check
2.0.0

Relationship Map

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

33 nodes

Related Plugins