Fires at the end of the 'At a Glance' dashboard widget. Prior to 3.8.0, the widget was named 'Right Now'.
N/A
Sortie :
// Ajouter une fonction au hook action 'rightnow_end'
add_action('rightnow_end', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook rightnow_end déclenché');
}
Chargement des actualités...