mateusz-wodnik
12/2/2018 - 5:00 PM

Redirect after theme activation

Redirect after theme activation

<php
if (is_admin() && isset($_GET['activated']) && $pagenow == "themes.php") {
	wp_redirect('themes.php?page=themeoptions');
}