Hi,
I use paidmembership pro and would like to disable BuddyPress Profile Completion plugin for one level,
function my_custom_dequeue() { if (is_user_logged_in() && pmpro_hasMembershipLevel(1)) { // Disable BuddyPress Profile Completion } } add_action('wp_enqueue_scripts', 'my_custom_dequeue', 0);
how can i do that?
thanks!
Hello Ahmed,
Thank you for posting. There is one hook which allows to skip profile completion. Please refer the following url:
Regards
Ravi
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved