How to ignore wp-toolkit process?
Re: How to ignore wp-toolkit process?
If you have more than 1 version of PHP running on your server, you will need a version specific rule for each version.
Re: How to ignore wp-toolkit process?
No, as you can write your regex to take care of all PHP versions in just one line.
Re: How to ignore wp-toolkit process?
You can do it simpler, just write \d+ instead of [74|80|81], using \d+ you will take care of any PHP version old or future.
Happy Birthday!
Happy Birthday!