04 June 2020

How to get user is login or not login in woocommerce and wordpress?

User is login or not login in woocommerce and wordpress



if ( is_user_logged_in() ) {

// echo '<script>alert("your are login");</script>';

} else {



}

No comments:

Post a Comment

How to fetch instagram posts data?

Fetch Instagram posts data by pasting this code in browser console. (() => { /* ====================================================...