Fires after the Twenty Fourteen featured content.
N/A
Sortie :
// 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é');
}
Chargement des actualités...