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

A way to import configurations #19

Closed D8thisland closed 1 year ago

D8thisland commented 1 year ago

Hey, is there a way to import configurations across multiple websites via wp cli?

nawawi commented 1 year ago

Hi there,

You can copy wp-content/docket-cache-data/option.php. That's the only way now other than configuring using constants.

Thanks.

D8thisland commented 1 year ago

Thanks a lot, works perfectly in my case.