Fires before the Twenty Ten credits in the footer.
N/A
Sortie :
// Ajouter une fonction au hook action 'twentyten_credits'
add_action('twentyten_credits', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook twentyten_credits déclenché');
}
Chargement des actualités...