Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress followers plugin

quickly glancing over the follower’s plugin code – i don’t see anything that hooks like how the friends component does


add_action( 'wpmu_delete_user', 'friends_remove_data' );
add_action( 'delete_user', 'friends_remove_data' );
add_action( 'make_spam_user', 'friends_remove_data' );

Skip to toolbar