The PHP log shows PHP Fatal error: Uncaught Error: Undefined constant “expireType” in plugins\post-expirator\post-expirator.php:617
There is a typo on line 617 and 619. In both places $opts[expireType] should be $opts['expireType']
add those quotes to fix it.
-
This reply was modified 4 years, 7 months ago by jeffhowcodes.