You have a shortcode to list the favorites a user has. Is there a way to display the count of favorite posts for the current user? We would like to display the total favorites a user has to them on the front end when they're logged in.
We'd also like to display it in an admin column on the users page in the back end.
There isn't an option to display a number of favorite posts for the current user. You can follow the documentation below to use the code and get the data from the user meta key mbfp_posts https://docs.metabox.io/extensions/mb-favorite-posts/#data
and output where you prefer.