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.
$action_message_html, $action, $notification
Sortie :
// 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;
}
Chargement des actualités...