Fires after the current site and network have been detected and loaded in multisite's bootstrap.
N/A
Sortie :
// Ajouter une fonction au hook action 'ms_loaded'
add_action('ms_loaded', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook ms_loaded déclenché');
}
Chargement des actualités...