Created
October 5, 2022 04:30
-
-
Save ramzs/c19f29cfa41ab6fe2a9c0bfc203bdbec to your computer and use it in GitHub Desktop.
Получить id рубрики по ее названию
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $name = single_cat_title('', false); | |
$cat_id = get_cat_ID($name); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment