castris
Verified User
Hi,
Some plugins like Wordfence need to create or add a mechanism to inject certain values into PHP configuration. For example:
What's the best way to handle this?
Some plugins like Wordfence need to create or add a mechanism to inject certain values into PHP configuration. For example:
PHP:
; Wordfence WAF
auto_prepend_file = '/home/user/domains/domain.tld/public_html/wordfence-waf.php'
; END Wordfence WAF
zend_extension=opcache.so
opcache.jit=off
What's the best way to handle this?