Showing 364 of 364 total issues
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 6 spaces Open
Open
$url = $this->login_url . $this->token_path;
- Exclude checks
Use placeholders and $wpdb->prepare(); found $table Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $where . ' ORDER BY `fieldmap_status`, `weight`', ARRAY_A );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $table Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $where . $order, ARRAY_A );
- Exclude checks
Silencing errors is discouraged Open
Open
if ( ! @ file_put_contents( $new_file, $string ) ) {
- Exclude checks
Use placeholders and $wpdb->prepare(); found $where Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $where . $order, ARRAY_A );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $field_map_table Open
Open
$this->wpdb->query( 'DROP TABLE IF EXISTS ' . $field_map_table );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $order Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $where . $order, ARRAY_A );
- Exclude checks
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at "DELETE FROM $this->object_map_table WHERE ID IN ($ids)" Open
Open
$delete = $this->wpdb->query( "DELETE FROM $this->object_map_table WHERE ID IN ($ids)" );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $table Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $where . $order, ARRAY_A );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $order Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $order, ARRAY_A );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $table Open
Open
$error_row = $this->wpdb->get_row( 'SELECT * FROM ' . $table . ' WHERE id = "' . $id . '"', ARRAY_A );
- Exclude checks
Use placeholders and $wpdb->prepare(); found $order Open
Open
$mappings = $this->wpdb->get_results( 'SELECT * FROM ' . $table . $where . $order, ARRAY_A );
- Exclude checks
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces Open
Open
$headers = array(
- Exclude checks
Use placeholders and $wpdb->prepare(); found $select_meta Open
Open
$meta_fields = $this->wpdb->get_results( $select_meta );
- Exclude checks
Avoid too many return
statements within this method. Open
Open
return $this->schedulable_classes;
Avoid too many return
statements within this method. Open
Open
return $existing_id;
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $string;
Avoid too many return
statements within this method. Open
Open
return $result;