action_scheduler_admin_notice_html

FILTER woocommerce\packages\action-scheduler\classes\ActionScheduler_ListTable.php (ligne 440) github
Renders admin notifications Notifications:  1. When the maximum number of tasks are being executed simultaneously.  2. Notifications when a task is manually executed.  3. Tables are missing.

Paramètres

Entrée :
$action_message_html, $action, $notification
Sortie :
N/A

Utilisation

// Modifier la valeur avec le filtre 'action_scheduler_admin_notice_html'
add_filter('action_scheduler_admin_notice_html', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre($action_message_html) {
    // Modifier la valeur
    return $action_message_html;
}

Actualités

Chargement des actualités...