Created
July 22, 2023 14:13
-
-
Save robwent/fbefa0ef856d789dd00bd565a10d92be to your computer and use it in GitHub Desktop.
Disable WordFence Live Traffic
This file contains 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 | |
######### Disable WordFence Live Traffic ######## | |
define( 'WORDFENCE_DISABLE_LIVE_TRAFFIC', true ); | |
################################################# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment