Title: cleanup long after &#8220;split_terms&#8221; bug re: wp-cron memory usage
Last modified: September 7, 2016

---

# cleanup long after “split_terms” bug re: wp-cron memory usage

 *  [nonwpuser](https://wordpress.org/support/users/nonwpuser/)
 * (@nonwpuser)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/cleanup-long-after-split_terms-bug-re-wp-cron-memory-usage/)
 * This WP has always been kept updated, but the user did not know manual clean 
   up was required.
 * How do I do this now this late in the game? I have indeed searched and found 
   many other posts about this topic. My uncertainty is that now the taxonomy.php
   has different code than the fix. i.e. the “fixed” code referred to wp_batch_split_terms
 * The taxonomy.php file has since further changed after the original fix and now
   refers to wp_split_shared_term_batch:
 *     ```
                               wp_schedule_single_event( time() + ( 5 * MINUTE_IN_SECONDS ), 'wp_split_shared_term_batch' );
               wp_schedule_single_event( time() + ( 2 * MINUTE_IN_SECONDS ), 'wp_split_shared_term_batch' );
                       wp_schedule_single_event( time() + MINUTE_IN_SECONDS, 'wp_split_shared_term_batch' );
       ```
   
 * What is the CURRENT solution to purge the entries related to the older /bad code?

The topic ‘cleanup long after “split_terms” bug re: wp-cron memory usage’ is closed
to new replies.

## Tags

 * [exceeded](https://wordpress.org/support/topic-tag/exceeded/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [nonwpuser](https://wordpress.org/support/users/nonwpuser/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/cleanup-long-after-split_terms-bug-re-wp-cron-memory-usage/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
