Travelly – Tour & Travel Booking Manager for WooCommerce | Tour & Hotel Booking Solution

Enhance and manage travel bookings effortlessly with WPTravelly—your complete WordPress booking solution for websites.

v2.1.9magepeopleteamUpdated Added 1k+ installs96% rating0% support resolved
25
Score
173
Errors
726
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance96
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

899 findings

Maintainability

759

16 issue groups

Security

124

7 issue groups

I18n

6

1 issue group

Performance

4

1 issue group

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

Sample message

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

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

Sample message

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

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

Sample message

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

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wsa_form_bottom_' . $form['id']".38
Category
Maintainability
Occurrences
38
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wsa_form_bottom_' . $form['id']".

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

Sample message

Detected usage of meta_query, possible slow query.

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

Sample message

Processing form data without nonce verification.

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

Sample message

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

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

Sample message

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

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

Sample message

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

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.9
Category
Maintainability
Occurrences
9
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.

Show 15 more
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.

ERRORI18nMissing Translators Comment6
Category
I18n
Occurrences
6
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.

ERRORMaintainabilityMissing direct file access protection6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta key5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityDynamic 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: "$dynamic_action_name".

WARNINGPerformancePost Not In post not in4
Category
Performance
Occurrences
4
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.

ERRORMaintainabilityOffloaded Content3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGMaintainabilityslow db query tax query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGMaintainabilityNon-prefixed class3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

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'.

WARNINGSecurityMissing nonce verification3
Category
Security
Occurrences
3
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNot In Footer3
Category
Maintainability
Occurrences
3
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.

WARNINGSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
warning

Sample message

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

External Connections

Potential connections found in static code analysis.

34 domains

Outbound calls

168

External assets

11

Incoming endpoints

111

Notable Domains

mage-people.com50 · outbound
localise.biz22 · outbound
appsero.com3 · outbound
i.imgur.com3 · outbound
vimeo.com3 · outbound

Platform / Reference Domains

wordpress.org22 · platform/reference
w3.org12 · platform/reference
github.com6 · platform/reference
gnu.org2 · platform/reference
developer.wordpress.org1 · platform/reference
opensource.org1 · platform/reference

External Asset Domains

cdn.jsdelivr.net6 · asset + outbound
maps.googleapis.com6 · asset + outbound
google.com5 · asset + outbound
maps.google.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_load_ttbm_feature_formpublic

wp_ajax

wp_ajax_nopriv_ttbm_new_feature_savepublic

wp_ajax

wp_ajax_nopriv_ttbm_reload_feature_listpublic

wp_ajax

wp_ajax_nopriv_get_ticket_availabilitypublic

wp_ajax

wp_ajax_nopriv_get_ttbm_hotel_booking_all_listspublic

wp_ajax

wp_ajax_nopriv_get_ttbm_hotel_booking_load_more_listspublic

wp_ajax

Admin AJAX endpoints69
wp_ajax_load_ttbm_feature_formauthenticated

wp_ajax

wp_ajax_ttbm_new_feature_saveauthenticated

wp_ajax

wp_ajax_ttbm_reload_feature_listauthenticated

wp_ajax

wp_ajax_ttbm_activate_woocommerceauthenticated

wp_ajax

wp_ajax_ttbm_hotel_faq_deleteauthenticated

wp_ajax

wp_ajax_ttbm_hotel_faq_saveauthenticated

wp_ajax

wp_ajax_ttbm_hotel_faq_updateauthenticated

wp_ajax

wp_ajax_ttbm_hotel_ttbm_faq_sortauthenticated

wp_ajax

wp_ajax_ttbm_install_woocommerceauthenticated

wp_ajax

wp_ajax_appsero_refresh_license_authenticated

wp_ajax

wp_ajax_get_ticket_availabilityauthenticated

wp_ajax

wp_ajax_get_ttbm_hotel_booking_all_listsauthenticated

wp_ajax

57 more hidden

Score History

First score snapshot

v2.1.9

25

Latest

Findings
899
Errors
173
Warnings
726
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins