remove avoid indexing of my profile
-
Hello,
I want to remove “avoid the indexing of my profile by search engines” in the profile
I successfully removed “Download your data” and “Erase your data” in Privacy Tab with the code
add_action(“init”, function(){
remove_action( ‘um_after_account_privacy’, ‘um_after_account_privacy’ );
});
how to do the same thing to “avoid the indexing of my profile by search engines”?Thank you very much for your return
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove avoid indexing of my profile’ is closed to new replies.