The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
| /** | |
| * WordPress snippet | |
| * Admin page redirection | |
| * Put this inside theme setup function | |
| */ | |
| global $pagenow; | |
| if ( is_admin() && 'themes.php' == $pagenow && isset( $_GET['activated'] ) ) { |