@josh.cunningham I would like redesign this page. How should I achive this?
I have follow : Customizing the WP Die Page (Default Error Page) - Ace Plugins
@josh.cunningham I would like redesign this page. How should I achive this?
I have follow : Customizing the WP Die Page (Default Error Page) - Ace Plugins
Hi @vasims … we have a filter you can use to change the content there:
https://github.com/auth0/wp-auth0/blob/master/lib/WP_Auth0_Email_Verification.php#L76
Documented here:
That uses the core wp_die
page, which can be themed a few different ways. Try searching for “how to theme the wp_die page” and you should find a few options.
This is not working could you please add example code?
You can adjust the text output with the filter I posted. If that’s not working, please post the code you’re using and I’d be happy to take a look. Adding a theme to the wp_die page is not within the scope of this plugin so I’m not going to be able to be much help there, apologies.