function alpha_the_excerpt($excerpt){ if(!post_password_required()){ return $excerpt; }else{ echo get_the_password_form(); } }
get_the_password_form()