Updated #11
Annotations
10 errors and 10 warnings
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#L103
The $domain parameter must be a single text string literal. Found: $this->domain
|
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#L115
The $domain parameter must be a single text string literal. Found: $this->domain
|
Run plugin check:
classes/class-wc-tpayway.php#L118
The $domain parameter must be a single text string literal. Found: $this->domain
|
Run plugin check:
classes/class-wc-tpayway.php#L122
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'woocommerce'.
|
Run plugin check:
classes/class-wc-tpayway.php#L123
Mismatched text domain. Expected 'woocommerce-tcom-payway' but got 'woocommerce'.
|
Run plugin check:
classes/class-wc-tpayway.php#L127
The $domain parameter must be a single text string literal. Found: $this->domain
|
Run plugin check:
classes/class-wc-tpayway.php#L133
The $domain parameter must be a single text string literal. Found: $this->domain
|
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#L488
Processing form data without nonce verification.
|
Run plugin check:
classes/class-wc-tpayway.php#L492
Processing form data without nonce verification.
|
Run plugin check:
classes/class-wc-tpayway.php#L492
$_POST['ShoppingCartID'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run plugin check:
classes/class-wc-tpayway.php#L495
Processing form data without nonce verification.
|
Loading