• Resolved Christoph

    (@camthor)


    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)
  • Plugin Author Till Krüss

    (@tillkruess)

    Thanks for reporting this, Chris.

    If you fixed it, could you send a Pull Request on GitHub so I can include it in the next version?

    Thread Starter Christoph

    (@camthor)

    Sorry, I have not had time yet to fix it. I used your plugin only on a development machine for testing different scenarios, so it was sufficient for me to find out where the issue came from.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘delete_transient returns 0’ is closed to new replies.