kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Get ID of each post in loop #190

Closed mnWebhuset closed 2 months ago

mnWebhuset commented 6 months ago

How can I get the ID on each post in the list loop?

I need this to add an "add to cart" button for Woocommerce

farukgaric commented 2 months ago

Hi @mnWebhuset ,

You can use "get_user_favorites()" helper function to get an array of favorite posts IDs.