Redirect after plugin activation
Use WP_DEBUG to Get a List of Errors To get a readout of what PHP errors might be causing your site’s problems, you’ll need to turn on the WP_DEBUG tool. To do this, open up your wp-config.php file and add the following line of code (if it is not already present): define( ‘WP_DEBUG’, true ); … Read more