twentyfifteen_credits

ACTION wp-content\themes\twentyfifteen\footer.php (ligne 23) github
Fires before the Twenty Fifteen footer text for footer customization.

Paramètres

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

Utilisation

// Ajouter une fonction au hook action 'twentyfifteen_credits'
add_action('twentyfifteen_credits', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee() {
    // Votre code ici
    error_log('Hook twentyfifteen_credits déclenché');
}

Actualités

Chargement des actualités...