diff --git a/includes/Classifai/Features/TermCleanup.php b/includes/Classifai/Features/TermCleanup.php index ea242b3e6..76fc794ca 100644 --- a/includes/Classifai/Features/TermCleanup.php +++ b/includes/Classifai/Features/TermCleanup.php @@ -387,7 +387,7 @@ public function start_term_cleanup_process() { $job_args = [ [ 'taxonomy' => $taxonomy, - 'threshold' => $threshold, + 'threshold' => $threshold, 'action' => 'term_cleanup', 'embeddings_generated' => false, 'processed' => 0,