Fires before the sites list on the My Sites screen.
N/A
Sortie :
// Ajouter une fonction au hook action 'myblogs_allblogs_options'
add_action('myblogs_allblogs_options', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook myblogs_allblogs_options déclenché');
}
Chargement des actualités...