1
Good afternoon. I am in need of a help in Wordpress, plugin Woocommerce, to know which fields/ tables are changed in the database when you click on the star to put a product in the spotlight. I even identified the following fields and tables:
wp_term_taxonomy: field Count is incremented in the records term_taxonomy_id = 25 and term_taxonomy_id = 31
wp_term_relationships: two records are inserted (object_id, term_taxonomy_id = 25) and (object_id, term_taxonomy_id = 31)
But there’s still more I can’t locate, because if I manipulate directly in the database as above, the product appears with the star marked, but does not appear on the screen in featured products.