Woocommerce - Featured Products

1

Good afternoon. I'm needing a WordPress help, woocommerce plugin, to know which fields / tables are changed in the database when you click the star to put a featured product. 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: (object_id, term_taxonomy_id = 25) and (object_id, term_taxonomy_id = 31)

But there's still more that I can not find, because if I manipulate directly in the data bank as above, the product appears with the star checked, but does not appear on the screen in featured products.

    
asked by anonymous 02.10.2017 / 22:34

0 answers