'', 'css_animation_delay' => '', 'css' => '', 'el_class' => '', 'inline_style' => '', ) ); $atts = apply_filters( 'wvc_login_form_atts', $atts ); extract( $atts ); $output = ''; wp_enqueue_script( 'jquery-ui-tabs', true ); wp_enqueue_script( 'wvc-loginform' ); $class = $el_class; $inline_style = wvc_sanitize_css_field( $inline_style ); $inline_style .= wvc_shortcode_custom_style( $css ); /*Animate */ if ( ! wvc_is_new_animation( $css_animation ) ) { $class .= wvc_get_css_animation( $css_animation ); $inline_style .= wvc_get_css_animation_delay( $css_animation_delay ); } $class .= " wvc-login-form wvc-login-form-container"; $output .= '
'; if ( class_exists( 'WooCommerce' ) && function_exists( 'wc_get_page_id' ) ) { $output .= ''; } else { $output .= ''; } $output .= esc_html__( 'I need to register', '%TEXTDOMAIN%' ); $output .= ''; if ( class_exists( 'WooCommerce' ) && function_exists( 'wc_lostpassword_url' ) ) { $output .= ' ' . apply_filters( 'wvc_login_form_bottom_link_separator', '|' ) . ' '; $output .= ''; $output .= esc_html__( 'Forgot your password?', '%TEXTDOMAIN%' ); $output .= ''; $output .= '
'; } $output .= ''; $output .= '