03 February 2020

How to check user is logged in woocommerce and wordpress?

Check user is logged in woocommerce and wordpress.





if ( is_user_logged_in() ) {
   // your code for logged in user
} else {
   // your code for logged out user
}

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...