Created
January 12, 2020 17:05
-
-
Save imath/7af169ebc44b4cb6850eeceeb5ae964b to your computer and use it in GitHub Desktop.
Deactivate or move the trackback URI control
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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