$cur_cat = get_cat_ID( single_cat_title("",false) ); //get the cat id
$category = &get_category($cur_cat);
$category->slug; //get cat slug
Enjoy Code! How to get the current category id and slug using hooks: WordPress
Hello Everyone!
If you want to get the category id and category slug of current category page , then use my code :)

