Good morning community StackOverflow, I have some doubts because I want to make a check in PHP on the Wordpress platform, in the table wp_posts . I want to check if the title of a product exists. But how should I proceed to perform a check, for example:
My wp_posts table, the post_title column is equal to my String
Surely I should use the Wordpress API or should I do a simple mysqli_query ()?
Thanks in advance