Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denys-vladymyrov/7f4694c095412fe529e2a100942204b7 to your computer and use it in GitHub Desktop.
Save denys-vladymyrov/7f4694c095412fe529e2a100942204b7 to your computer and use it in GitHub Desktop.
WordPress
<?php
$idObj = get_category_by_slug('s_about');
$id = $idObj->term_id;
echo get_cat_name($id);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment