好的,我用一个很好的函数解决了这个问题,现在唯一要做的就是找到一种更新所有博客帖子的方法。用手做这件事真的很糟糕
这是我使用的代码
添加操作(“save\\u post”、“myplugin\\u save\\u postdata”);
函数myplugin\\u save\\u postdata($post\\u id){
if(\'page\'=$\\u POST[\'POST\\u type]){if(!current\\u user\\u can(\'edit\\u page\',$POST\\u id))返回;}else{如果(!current\\u user\\u can(\'edit\\u post\',$post\\u id))返回;}
$mydata=获取时间(\'Y\');//使用$mydata$mymonth=获取时间(\'F\');
更新\\u post\\u meta($post\\u id,\'year\\u\',$mydata);更新\\u post\\u meta($post\\u id,\'month\',$mymonth);}