Disable link to profile and delete profile pages

2.87K viewsIssues
0

Hello,

I really like your plugin, but I don’t want a userspage, so I used this code:
function my_disable_anspres_profile(){
return false;
}
add_filter(‘ap_user_profile_active’, ‘my_disable_anspres_profile’);

 

But how can I disable the links in ap-post-history, and how can I delete the pages user (Activity Feed) and users?