Created
October 10, 2018 14:04
-
-
Save bulentsakarya/3dc8af2bb0ca1efc35d5f89400b2c1c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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