Skip to content

Instantly share code, notes, and snippets.

@bulentsakarya
Created October 10, 2018 14:04
Show Gist options
  • Save bulentsakarya/3dc8af2bb0ca1efc35d5f89400b2c1c6 to your computer and use it in GitHub Desktop.
Save bulentsakarya/3dc8af2bb0ca1efc35d5f89400b2c1c6 to your computer and use it in GitHub Desktop.
function wpse_131562_redirect() {
if ( ! is_user_logged_in() && is_checkout() ) ) {
// feel free to customize the following line to suit your needs
wp_redirect(home_url('/uye-girisi'));
exit;
}
}
add_action('template_redirect', 'wpse_131562_redirect');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment