Wordfence Import Settings on Many Websites
-
Hi,
I want to import settings on 1000 websites. I have root access on my server.
I read in docs that I can do it with this code:
try { wordfence::importSettings($token); } catch(Exception $e){ echo $e->getMessage(); }
But I dont know where should I put this code? In functions.php? Call it via REST API?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Wordfence Import Settings on Many Websites’ is closed to new replies.