D
D
denisq2016-02-17 20:19:22
WordPress
denisq, 2016-02-17 20:19:22

How to make the user log in first and then download already?

I saw sites where in order to download something you need to log in, the question is how to implement it on vp?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2016-02-17
@webinar

<?php
if (is_user_logged_in()){
    echo "Welcome, registered user!";
}
else {
    echo "Welcome, visitor!";
};
?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question