Prints additional content after the embed excerpt.
N/A
Sortie :
// Ajouter une fonction au hook action 'embed_content'
add_action('embed_content', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook embed_content déclenché');
}
Chargement des actualités...