Increment the progress bar ticks.
$this->total_ticks
Sortie :
// Ajouter une fonction au hook action 'action_scheduler/progress_tick'
add_action('action_scheduler/progress_tick', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($this->total_ticks) {
// Votre code ici
error_log('Hook action_scheduler/progress_tick déclenché');
}
Chargement des actualités...