kylephillips / favorites

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

Programmatically add new Favorite #67

Closed stevenquinn closed 7 years ago

stevenquinn commented 7 years ago

@kylephillips is there a way to programmatically add a new favorite? I'm looking for something like set_user_favorite($post_id, $user_id = NULL)?

kylephillips commented 7 years ago

Not currently.

scharc commented 3 years ago

Is it still not possible? I would love a solution to favorite stuff for my customers...

My solution right now is to log in to the customer account and do it there manually