twentyfourteen_featured_posts_before

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

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...