Fired when the template loader determines a robots.txt request.
N/A
Sortie :
// Ajouter une fonction au hook action 'do_robots'
add_action('do_robots', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook do_robots déclenché');
}
Chargement des actualités...