I am looking to change the updated message that is displayed when adding a new site in wordpress multisite. I know I can go in and update the wp-admin/network/site-new.php but I am wanted to add to my functions file for to avoid update errors.
Leave a Reply
You must be logged in to post a comment.
You can replace in HTML by using java-script.
Just need to replace text ‘Site Added.’ with your own custom message.
Here is the complete code that you need to add to your plugin.
I hope that helps.