PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.8
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.8
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | addons/automator/includes/core/database.php +2 -2 8.7.78.7.8 View file →
@@ -476,11 +476,11 @@
476 476 array( '%d', '%s', '%s', '%s', '%s', '%s', '%s' )
477 477 );
478 478
479 479 if ( false === $result ) {
480 - error_log( 'WPbot Automator - Database::add_log failed. Table: ' . $table . '. DB Error: ' . $wpdb->last_error );
480 + //error_log( 'WPbot Automator - Database::add_log failed. Table: ' . $table . '. DB Error: ' . $wpdb->last_error );
481 481 } else {
482 - error_log( 'WPbot Automator - Database::add_log success. ID: ' . $wpdb->insert_id );
482 + //error_log( 'WPbot Automator - Database::add_log success. ID: ' . $wpdb->insert_id );
483 483 }
484 484
485 485 return $result ? $wpdb->insert_id : false;
486 486 }