pressjitsu / pomodoro

A simple WordPress translation cache
GNU General Public License v3.0
68 stars 17 forks source link

Select cache directory #14

Closed soulseekah closed 4 years ago

soulseekah commented 4 years ago

POMODORO_CACHE_DIR constant.

Don't forget to wp_mkdir_p.

leurdo commented 4 years ago

Actually, we can use WP_TEMP_DIR constant to override get_temp_dir() output. What about this solution?

soulseekah commented 4 years ago

It's a good workaround. But it will affect all calls to get_temp_dir and other plugins may use it, so if you set it to wp-content/cache/pomodoro for example, other plugins may dump a crapton of data into there.

leurdo commented 4 years ago

please consider PR

soulseekah commented 4 years ago

fixed via #15