Entreprise services a la personne THOMAS SIMEON
// Register Default Headers
function Acceuil() {
$headers = array(
);
register_default_headers( $headers );
}
// Hook into the 'after_setup_theme' action
add_action( 'after_setup_theme', 'Acceuil' );