action_scheduler_pastdue_actions_check_interval

FILTER woocommerce\packages\action-scheduler\classes\ActionScheduler_AdminView.php (ligne 200) github
Check past-due actions, and print notice.

Paramètres

Entrée :
round( $threshold_seconds / 4
Sortie :
N/A

Utilisation

// 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;
}

Actualités

Chargement des actualités...