'', 'registration-redirect-link' => '', 'registered-user-level' => 'subscriber', 'show-gravatar' => 0, 'login-redirect-link' => '', 'terms-and-conditions-link' => '', 'privacy-policy-link' => '', 'input-shadow-color' => '', 'link-color' => '', 'button-color' => '', ); function __construct() { parent::__construct( 'alw_widget', __('Ajax Login by WPH', 'ajax-login-by-wph' ), array ( 'description' => __( 'The easy way to impliment beautiful ajax login and registe on your website', 'ajax-login-by-wph' ) ) ); } function form( $instance ){ $arr = array_merge( $this->defaults, $instance ); ?>
>