wp_stateless_batch_action_start
wp_stateless_batch_action_start
Appears in: wp-stateless.4.1.1, wp-stateless.4.1.2, wp-stateless.4.1.3, wp-stateless.4.2.0, wp-stateless.4.2.1, wp-stateless.4.3.0
Hook Type: filter
See hook in action
Displaying hooks found in version: wp-stateless.4.3.0apply_filters('wp_stateless_batch_action_start') is found 1 times:
- /lib/classes/class-migrator.php line 349
'queue' => implode(':', $state['queue']), 'action' => 'start', ]; apply_filters("wp_stateless_batch_action_start", [], $params); } } /** * Run migration *