Prevent public to view profile?
You can override user template and add below code:
if(!ap_is_my_profile){ echo "You cannot view this page"; return; }
Check docs for overriding AnsPress
Neha_Nayak commented
which folder do we add this code in?
Rahul Aryan commented
Please refer to documents about overriding AnsPress theme
Good solution