Check past-due actions, and print notice.
round( $threshold_seconds / 4
Sortie :
// Modifier la valeur avec le filtre 'action_scheduler_pastdue_actions_check_interval'
add_filter('action_scheduler_pastdue_actions_check_interval', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(round( $threshold_seconds / 4) {
// Modifier la valeur
return round( $threshold_seconds / 4;
}
Chargement des actualités...