Please help about redirect on widget
-
Hi Peter,
i need a really help about your plugin on a sidebar widget.
Actually i use “sidebar login” as login widget,
if i login from wp-admin/ it’s all ok and redirects works
but i login from widget nope ??i tried to set permission level to install_plugins but it does not work the same.
Do you have any suggestion please?
On the “sidebar login” there are only these strings about redirect:
$redirect = empty( $instance['login_redirect_url'] ) ? $this->current_url( 'nologout' ) : $instance['login_redirect_url']; $login_form_args = apply_filters( 'sidebar_login_widget_form_args', array( 'redirect' => esc_url( apply_filters( 'sidebar_login_widget_login_redirect', $redirect ) ) ) );
really thanks
- The topic ‘Please help about redirect on widget’ is closed to new replies.