Replies: 0
How can I have the user favorite count automatically update in real time as a user favorites and un-favorites posts?
I am using this code per your website.
<?php get_user_favorites_count($user_id = null, $site_id = null, $filters = null, $html = false); ?>
<?php the_user_favorites_count($user_id = null, $site_id = null, $filters = null); ?>
Thanks,
Micah