Replies: 0
Hi,
UM plugin is causing $wpdb->insert to insert data multiple times. I have created a class where I am using $wpdb->insert( $table_name, $args ) to instert data. Depending or whether I use the code in a hook or a shortcode, the data can be inserted up to 5 times.
After troubleshooting and deactivating all other plugins, I realized that UM is the cause of this behaviour.
How can this issue be fixed temporarily? And can you please push a permanent fix to the next update?