自动将自定义分类法添加到自定义帖子类型
我正在使用 Wordpress 和论文主题构建一个网站,其中我将使用自定义帖子类型“电影”。我还有一个 API,它给出了电影的标题并给出了它所属的流派列表。我已经创建了“流派”自定义分类法。 我想知道是否有任何过滤器/操作作为“Category_save_pre”,我可以在其中挂钩我的 API 以自动分配流派。
I am building a website using Wordpress and Thesis theme where I would be using custom post type say 'Movie'. I also have an API which given the title of the movie Gives the list of Genres it belongs to. I have "genres' Custom taxonomy already created.
I would like to know if there is any filter/action as 'Category_save_pre' where I can hook my API to assign the Genre automatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 save_post - http://codex.wordpress.org/Plugin_API/Action_Reference/save_post
Try save_post - http://codex.wordpress.org/Plugin_API/Action_Reference/save_post