Hi, I have tried to come up with a new option. As I do not have much experience with PHP or Wordpress plugins, please have a look if you can make some time.
The idea is to have a new option on the policy admin page and to not execute the activity logging if the option ginger_policy_disable_logger is set to true.
I have manually tested it with my Wordpress installation (4.9.5) and as far as I can tell, it works fine.
fixes https://github.com/webgrafia/ginger/issues/14
Hi, I have tried to come up with a new option. As I do not have much experience with PHP or Wordpress plugins, please have a look if you can make some time.
The idea is to have a new option on the policy admin page and to not execute the activity logging if the option
ginger_policy_disable_logger
is set totrue
.I have manually tested it with my Wordpress installation (4.9.5) and as far as I can tell, it works fine.