WordPress Login And Registration Plugin | Actions Pack for Elementor Pro

Votre vidéo commence dans 20
Passer (5)
bibliothèque images IA

Merci ! Partagez avec vos amis !

Vous avez aimé cette vidéo, merci de votre vote !

Ajoutées by admin
111 Vues
The Actions Pack for Elementor Pro is a WordPress Login And Registration Plugin that's worth taking a look at. that's exactly what I'll be doing today.

I'm going to show you exactly how to do the following:

✅ Building the 3 key pages: Login, Register & Lost Password
✅ Setting up the login page
✅ Mapping the fields
✅ Setting up redirection based on user role
✅ Setup replacement of the default login page
✅ Setting up the registration page
✅ Create links to lost password and login pages
✅ Setting up the lost password page
✅ Create 2 WordPress functions to handle the redirection of the Registration & Lost Password pages.

✅ Buy Elementor Pro: https://jo.my/1s0t2s2
✅ Buy Actions Pack: https://jo.my/actions

Timestamps:
00:00 - Introduction
00:38 - What we'll be building
01:49 - Actions Pack for Elementor Plugin
03:51 - Creating the 3 key pages
04:34 - Building the Login Page function
12:11 - Building the Registration page
19:09 - Building the Lost Password page
23:01 - Adding the redirection code
25:57 - What next?

// Redirect Registration Page
function my_registration_page_redirect()
{
global $pagenow;

if ( ( strtolower($pagenow) == 'wp-login.php') && ( strtolower( $_GET['action']) == 'register' ) ) {
wp_redirect( home_url('/registration'));
}
}

add_filter( 'init', 'my_registration_page_redirect' );

// Redirect Password Page
function my_password_page_redirect()
{
global $pagenow;

if ( ( strtolower($pagenow) == 'wp-login.php') && ( strtolower( $_GET['action']) == 'lostpassword' ) ) {
wp_redirect( home_url('/lost-password'));
}
}

add_filter( 'init', 'my_password_page_redirect' );

Take your WordPress website and skills to the next level!

► THE TOOLS I LOVE ◄
If you like what we do and would like to support us, please consider using these affiliate links when purchasing any of the plugins covered in our tutorials. Thank you for your support.

► MY PREFERRED HOSTING PROVIDERS ◄
✅ CloudWays: https://jo.my/1feeng8
✅ SiteGround: https://jo.my/sgwptuts

► WORDPRESS VISUAL PAGE BUILDERS ◄
✅ ELEMENTOR PRO: http://bit.ly/2u3mzYX
✅ Brizy Pro: https://bit.ly/2Ji97r8
✅ DIVI 3 Page Builder: http://bit.ly/2HiiDcE

► WORDPRESS THEMES ◄
✅ GeneratePress Premium: http://bit.ly/2Ydn1SE
✅ OCEANWP: http://bit.ly/2fRHBr0
✅ DIVI Theme: http://bit.ly/2G8JMiA
✅ Astra Pro: http://bit.ly/2zruoKn

► WORDPRESS TOOLS ◄
✅ SMART SLIDER 3: http://bit.ly/2G0G1vB
✅ CSSHERO: http://bit.ly/2qbrRl6

► WORDPRESS PLUGINS ◄

✅ SEOPress Pro: https://jo.my/seopress

► SUBSCRIBE ◄
http://bit.ly/2rX7rhu

► LETS CONNECT: ◄
https://twitter.com/WPTutz

SUPPORT: Our website offers additional information and perks. Please check it out! http://wptuts.co.uk
Catégories
E commerce Affiliations

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour poster un commentaire.

Commentaires

Soyez le premier à commenter cette vidéo.