admin管理员组文章数量:1022424
How would I return a category that I've just created. I need it to be under the current blog.
<?php
$category = get_term_by('$first_name', '$value', 'category')
?>
the above code is taking me to site/authorFirstName-lastName
author not found
How would I return a category that I've just created. I need it to be under the current blog.
<?php
$category = get_term_by('$first_name', '$value', 'category')
?>
the above code is taking me to site/authorFirstName-lastName
author not found
本文标签: phpReturn newly created category by code
版权声明:本文标题:php - Return newly created category by code 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745540475a2155159.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论