我正在寻找有关在自定义帖子的保存/更新后基于元键值“true/false
”自动选择分类的任何信息。
例如,我有两个分类术语,“New
”和“Used
”。我有自定义帖子“vehicle listings
”的自定义字段复选框。我正在寻找最佳功能,根据复选框的true
或false
值动态分配正确的分类字词true
=已使用,{{在邮件的false
或save
之后1}} =新)这会更好吗?
答案 0 :(得分:0)
您应该将自定义函数添加到save_post挂钩,它会检查自定义字段值并根据此值设置术语值。 F.e。
1. Create Trigger Job in Jenkins on release branch (whenever a change is pushed to release branch) , call it Job A.
2. Job A will ssh into some system which has write permission to GIT , make necessary changes , create a war file (mvn should be installed).
3. Push war/jar to some location and deploy.