delete_transient returns 0
-
When your plugin was active, I experienced the error that delete_transient returned the integer 0, while it should be strictly boolean true or false. (And therefore a subsequent condition failed.)
The reason could be that wp_cache_delete already returns a non-boolean value.
I don’t know if that was connected, but the transient was also not deleted.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘delete_transient returns 0’ is closed to new replies.