PHP Tricks
To see the var_dump output with decoration see below – camsporny
To see the var_dump output with decoration see below – camsporny
I have got the category id list with the variable $my_cats_id. So now I have used my own trick to get the slug – [php] echo str_replace( ‘ ‘, ‘-‘, strtolower( get_cat_name( $my_cats_id ) ) ); [/php]