Customize user account activation message
I’ve found the answer here: Customizing wp-activate.php It’s a bit of a workaround really, but it works pretty well. Step 1 Create a new page called ‘activate’ Step 2 Create a new template called ‘template-activate.php’ and add the following code: **Template (template-activate.php)** <?php /** * Template Name: Activation * */ /** * Confirms that the … Read more