twentyfourteen_featured_posts_after

ACTION wp-content\themes\twentyfourteen\featured-content.php (ligne 35) github
Fires after the Twenty Fourteen featured content.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...