Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想基本上获得分类术语标题以在自定义帖子类型中使用$title。我想要用于获取此变量上的术语名称的相同代码----> %%term_title%%
$title
我在Wordpress SEO API上找不到它
更新:我找到了解决方案。
对于以后可能想要这个问题的答案的任何人。您可以使用get_option
get_option
$meta = get_option( 'wpseo_taxonomy_meta' );