How to remove a single script from wp_options in WordPress Database
I am just joining a wordpress project and my client would like the zendesk messaging widget removed from their website. After searching for the script in the file manager I figured out that the script was added to wp_options table in the sql database. On our staging site I removed just this script from that row in wp_options but it still shows up. How do I successfully remove just a single script from a row in wp_options and have it actually stop showing up?