nawawi / docket-cache

A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Other
48 stars 15 forks source link

Can we open the Discussion tab on this repo? #16

Closed abdusfauzi closed 1 year ago

abdusfauzi commented 1 year ago

I would to suggest to open a Discussion tab in this repo, because I have question I want to ask, and not to report a bug or fix.

Question: what is the use of this file? https://github.com/nawawi/docket-cache/blob/master/includes/compat.php

:D

nawawi commented 1 year ago

That file is used to add global functions or any global setup that is outside of the namespace. Also used to add any backwards-compatible functionality.

Yes, we can open a Discussion tab, but currently, our flow support uses the WordPress support forum, which is more centralized.

Thanks.