alleyinteractive / wp-bulk-task

A library to assist with running performant bulk tasks against WordPress database objects.
GNU General Public License v2.0
13 stars 0 forks source link

Remove 'posts_where' filter after task run #4

Closed emilyatmobtown closed 1 year ago

emilyatmobtown commented 1 year ago

This PR removes the filter for an object when the task is complete. This prevents residual callbacks in the posts_where hook stack after a task is complete.