Disable link to profile and delete profile pagesHello, 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');...