[insert_php] echo s2member_pro_login_widget(
array(
'title' => 'Membership Login Again',
'signup_url' => '%%automatic%%',
'login_redirect' => '',
'logged_out_code' => '',
'profile_title' => 'My Profile Summary',
'display_gravatar' => '1',
'link_gravatar' => '1',
'display_name' => '1',
'logged_in_code' => '',
'logout_redirect' => '%%home%%',
'my_account_url' => '%%automatic%%',
'my_profile_url' => '%%automatic%%',
),
array(
'before_widget' => '',
'before_title' => '

',
'after_title' => '

',
'after_widget' => '',
)
);
[/insert_php]

Back To Top