projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16490a1
)
changing login redirect to go to downloads page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 30 Mar 2018 13:30:24 +0000
(09:30 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 30 Mar 2018 13:30:24 +0000
(09:30 -0400)
changing the login redirect to go to lessons and downloads
inc/glm-dev.php
patch
|
blob
|
history
diff --git
a/inc/glm-dev.php
b/inc/glm-dev.php
index
02a144f
..
1c493eb
100644
(file)
--- a/
inc/glm-dev.php
+++ b/
inc/glm-dev.php
@@
-5,9
+5,9
@@
function glm_login_form( $atts ){
<div id='glm-member-login-form'>
<?php
$args = array(
- 'echo' => false,
- 'form_id' => 'glm_login_form',
- 'redirect' =>
"http://localhost/wp/hospitalitymentality/"
,
+ 'echo'
=> false,
+ 'form_id'
=> 'glm_login_form',
+ 'redirect' =>
get_permalink(14)
,
);
$loginForm = wp_login_form($args);
$captcha = apply_filters('cptch_display', '', 'glm_login_form');