Wordpress Hooks Tutorial for beginners from scratch #12 Action hook "login_form"
In this video session we have discussed about Action Hook: 'login_form' #WordpressTutorialsPoint #WordpressLearnersHub #WordpressCustomizations #LearnWordpressStepbyStep #WordpressBySanjay login_form is the proper hook to use add custom input fields with login form. Syntax: add_action('login_form','callback_function') Example: function owt_login_input_form() { $txtname = isset($_POST['txtName']) ? $_POST['txtName'] : ""; $txtphone = isset($_POST['txtPhone']) ? $_POST['txtPhone'] : ""; ?] [p] [label for="txtName"]Name[/label] [input type="text" name="txtName" class="input" size="25" value="[?php echo $txtname; ?]"/] [/p] [p] [label for="textPhone"]Phone No[/label] [input type="text" name="txtPhone" class="input" size="25" value="[?php echo $txtphone; ?]"/] [/p] [?php } add_action("login_form", "owt_login_input_form"); SOCIAL : =============== Subscribe : https://www.youtube.com/channel/UCB2flCo-gW6RhpVVXySqcMg FACEBOOK : https://www.facebook.com/onlinewebtutorhub/ TWITTER: https://twitter.com/owthub BLOG: https://onlinewebtutorhub.blogspot.in/ Other Tutorials =============== Wordpress Customizations: --------------------------------- Wordpress Theme (Hindi): https://goo.gl/MZ8maF Wordpress Widget (Hindi): https://goo.gl/Dc2htn Wordpress Plugin (English): https://goo.gl/BA7dYG Wordpress Theme Options (English): https://goo.gl/Vjv3Ub Wordpress JSON Rest API (English): https://goo.gl/SVQRQR Wordpress JSON Rest API (Hindi): https://goo.gl/NNWfKa and many more... Javascript framework: ---------------------------------- Learn backbone.js here! (English) : https://goo.gl/Qd2Pcs Learn Vue JS here ! (Hindi): https://goo.gl/MVtsmh PHP Frameworks: ---------------------------------- Laravel tutorial (Hindi): https://goo.gl/Nh9qJk CakePHP tutorial (Hindi): https://goo.gl/uRsS3G Tags =================== wordpress hooks, wordpress hooks tutorials for beginners, beginner wordpress hooks tutorial, learn wordpress hooks, complete wordpress hooks tutorials for beginners, wordpress hooks from scratch, learn wordpress hooks from scratch, wordpress hooks tutorial, learn wordpress hooks step by step, wordpress hooks tutorials for beginners, wordpress hooks online web tutor, wordpress hooks tutorials step by step, online web tutor, profotech solutions, Thanks Online Web Tutor Keep learning and Sharing :)
Download
0 formatsNo download links available.