goldenapples答案示例:
$update_taxonomy = \'my_taxonomy\';
$get_terms_args = array(
\'taxonomy\' => $update_taxonomy,
\'fields\' => \'ids\',
\'hide_empty\' => false,
);
$update_terms = get_terms($get_terms_args);
wp_update_term_count_now($update_terms, $update_taxonomy);