Hi guys, I want to delete all tags where count = 1, because my database much more tags record in my database, phpadmin
Can you give me a SQL query to do that?. I don't see a tag table... my WordPress website
Thanks.
I strongly recommend you don't try to approach this the way you are thinking. Terms and taxonomy in WordPress could be relatively complex and you could end up creating a bunch of issues for yourself by directly trying to use SQL for this.
While I don't have a solution for you exactly, I suggest you look into WordPress hooks and filters (or those of WooCommerce if you're using it) for this purpose instead.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.