feat: Dokan Data Store #3261
Annotations
6 errors and 4 warnings
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L78
Use placeholders and $wpdb->prepare(); found interpolated variable {$id_field_name} at "{$id_field_name} = $format"
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L78
Use placeholders and $wpdb->prepare(); found interpolated variable $format at "{$id_field_name} = $format"
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L154
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at "DELETE FROM {$table_name}
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L155
Use placeholders and $wpdb->prepare(); found interpolated variable $id_field_name at WHERE $id_field_name = $format"
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L155
Use placeholders and $wpdb->prepare(); found interpolated variable $format at WHERE $id_field_name = $format"
|
Detect coding standard violations
Process completed with exit code 1.
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L78
Replacement variables found, but no valid placeholders found in the query.
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L84
Use placeholders and $wpdb->prepare(); found $this
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L84
Use placeholders and $wpdb->prepare(); found get_query_statement
|
Detect coding standard violations:
includes/Models/DataStore/BaseDataStore.php#L155
Replacement variables found, but no valid placeholders found in the query.
|
Loading