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