Actions implements Registerable

Handles queued up actions via the `WC_Action_Queue` class.

Interfaces, Classes and Traits

Registerable

Table of Contents

process_batch_index()  : void
Listens to the queued action and dispatches indexing of a batch.
register()  : void
Register hooks that are handled by the queue.

Methods

process_batch_index()

Listens to the queued action and dispatches indexing of a batch.

public process_batch_index(int $offset, int $limit) : void
Parameters
$offset : int
$limit : int
Return values
void

register()

Register hooks that are handled by the queue.

public register() : void
Return values
void

Search results