Skip to content

Instantly share code, notes, and snippets.

@imath
Created January 12, 2020 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imath/7af169ebc44b4cb6850eeceeb5ae964b to your computer and use it in GitHub Desktop.
Save imath/7af169ebc44b4cb6850eeceeb5ae964b to your computer and use it in GitHub Desktop.
Deactivate or move the trackback URI control
<?php
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Ajouter ce code dans un fichier du répertoire /wp-content/mu-plugins
* de votre WordPress pour désactiver l'insertion du contrôle pour afficher
* l'URL de trackback de l'article affiché.
*/
remove_action( 'comment_form_before', 'le_retrolien' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment