Is there a PHP Code to display all NON Favorited posts?
-
I’ve successfully used the following code to display a list of just favorited posts:
get_user_favorites_list($user_id = null, $site_id = null, $include_links = false, $filters = null, $include_button = false, $include_thumbnails=false, $thumbnail_size='thumbnail', $include_excerpt=false);
Is there a code to display posts they have not favorited?
thank you!
- The topic ‘Is there a PHP Code to display all NON Favorited posts?’ is closed to new replies.