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 'activity_box_end'
add_action('activity_box_end', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook activity_box_end déclenché');
}
Chargement des actualités...