Skip to content

Instantly share code, notes, and snippets.

@Jenya476
Created November 13, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jenya476/758b7203be2726317812e780ef8fafb2 to your computer and use it in GitHub Desktop.
Save Jenya476/758b7203be2726317812e780ef8fafb2 to your computer and use it in GitHub Desktop.
Получение ID в WP
<?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