fix: removed docs folder #6
Annotations
10 errors and 10 warnings
Run plugin check:
tcom-payway-woocommerce.php#L36
The parameter "// Textdomain\n\t\tfalse" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
|
Run plugin check:
tcom-payway-woocommerce.php#L119
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'tcom-payway-wc'.
|
Run plugin check:
classes/class-wc-tpayway.php#L83
The parameter "// Textdomain\n false" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
|
Run plugin check:
classes/class-wc-tpayway.php#L97
The $domain parameter must be a single text string literal. Found: $this->domain
|
Run plugin check:
classes/class-wc-tpayway.php#L99
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'tcom-payway-wc'.
|
Run plugin check:
classes/class-wc-tpayway.php#L103
The $domain parameter must be a single text string literal. Found: $this->domain
|
Run plugin check:
classes/class-wc-tpayway.php#L105
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'tcom-payway-wc'.
|
Run plugin check:
classes/class-wc-tpayway.php#L106
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'tcom-payway-wc'.
|
Run plugin check:
classes/class-wc-tpayway.php#L109
The $domain parameter must be a single text string literal. Found: $this->domain
|
Run plugin check:
classes/class-wc-tpayway.php#L111
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'tcom-payway-wc'.
|
Run plugin check:
tcom-payway-woocommerce.php#L1
The "Text Domain" header in the plugin file does not match the slug. Found "tcom-payway-wc", expected "woocommerce-tcom-payway".
|
Run plugin check:
tcom-payway-woocommerce.php#L1
The plugin slug includes a restricted term. Your plugin slug - "woocommerce-tcom-payway" - contains the restricted term "woocommerce" which cannot be used within in your plugin slug, unless your plugin slug ends with "for woocommerce". The term must still not appear anywhere else in your plugin slug.
|
Run plugin check:
classes/class-wc-tpayway.php#L270
Use of a direct database call is discouraged.
|
Run plugin check:
classes/class-wc-tpayway.php#L270
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
Run plugin check:
classes/class-wc-tpayway.php#L270
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT COUNT(*) FROM $table_name WHERE transaction_id = %s"
|
Run plugin check:
classes/class-wc-tpayway.php#L272
Use of a direct database call is discouraged.
|
Run plugin check:
classes/class-wc-tpayway.php#L272
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
Run plugin check:
classes/class-wc-tpayway.php#L287
Use of a direct database call is discouraged.
|
Run plugin check:
classes/class-wc-tpayway.php#L471
Processing form data without nonce verification.
|
Run plugin check:
classes/class-wc-tpayway.php#L475
Processing form data without nonce verification.
|
Loading