Tagged Questions
7
votes
1answer
130 views
How to prevent redirect to 'About' after core upgrade?
In wp-admin/includes/update-core.php we find the following line:
add_action( '_core_updated_successfully', '_redirect_to_about_wordpress' );
I want to remove this action, so I created a mu plugin ...