Function not available outside of profile page
-
Hello,
I’ve been using this plugin on a client project I’ve been working on over the past few months, and it appears that one of the recent updates must have removed the global nature of thebppp_get_user_progression_percent
function. Previously I had this working correctly, with a notice in my themes header.php which was only displayed if the completed percentage was below a certain threshold. For some reason now it no longer seems to be working.Whole code:
<?php global $current_user; get_currentuserinfo(); $progressmeter = bppp_get_user_progression_percent($current_user->ID); $progressreq = 80; if ($progressmeter < $progressreq) { ?>
Any help would be great, as I know it worked at some point.
Thank you!https://www.ads-software.com/extend/plugins/buddypress-profile-progression/
- The topic ‘Function not available outside of profile page’ is closed to new replies.