twentyten_credits

ACTION wp-content\themes\twentyten\footer.php (ligne 44) github
Fires before the Twenty Ten credits in the footer.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// 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é');
}

Actualités

Chargement des actualités...