bsearch_spell_dictionary_batch_size
Filters the number of posts processed in each dictionary rebuild batch.
Type: filter
Since: 4.4.3
Source: includes/pro/class-spell-dictionary.php line 223
Parameters
| Type | Name | Description |
|---|---|---|
int |
$batch_size |
Number of posts per batch. |
Usage
add_filter( 'bsearch_spell_dictionary_batch_size', function($batch_size) {
// ...
return $batch_size;
} );