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