Skip to content

Commit

Permalink
Add new hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Nov 26, 2024
1 parent cf4f39c commit b94a7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search/includes/classes/class-queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public function setup_hooks() {

// For handling indexing failures
add_action( 'ep_after_bulk_index', [ $this, 'action__ep_after_bulk_index' ], 10, 3 );
add_action( 'ep_after_bulk_index_dynamically', [ $this, 'action__ep_after_bulk_index' ], 10, 3 );

add_filter( 'pre_ep_index_sync_queue', [ $this, 'ratelimit_indexing' ], PHP_INT_MAX, 3 );
}
Expand Down

0 comments on commit b94a7d7

Please sign in to comment.