我试图通过使用USE: python <PROGNAME> (options) file1...fileN
OPTIONS:
-h : print this help message
-b : use BINARY weights (default: count weighting)
-s FILE : use stoplist file FILE
-I PATT : identify input files using pattern PATT,
(otherwise uses files listed on command line)
来在最初保存帖子时触发一个函数(保存到functions.php)来更新自定义Post定制字段。自定义字段显示在帖子中,但值未更新。
通过将其包含在页面模板文件中,我可以成功运行代码以更新该字段,这样看来是正确的。
我打add_action()
add_action()'电话吗?
更新(10月22日):如果我在“编辑”模式下调用帖子,然后单击“更新”按钮,则自定义字段将被更新为正确的值。
谢谢。
add_action()' incorrectly or is my code incompatible with the