Česlav Przywara

Results 73 comments of Česlav Przywara

> I noticed you added: DEVELOPMENT DISCONTINUED to the description. Would you be interested in me taking over development? It seems only the development on GitHub has been discontinued and...

@clemlesne I assume you mean [GitHub Sponsors](https://github.com/sponsors)? Anyway, there's already a way how to donate, see: https://github.com/andOTP/andOTP#donations

Hi, if you want to enable 2FA on a WordPress website then I can recommend: https://wordpress.org/plugins/wordfence-login-security/ I use this plugin together with andOTP, but of course it works with any...

Hello, I've came across the same issue and would recommend to use `pll_get_post_language()` function that seems to be part of Polylang API from version 1.5.4 and does exactly what's necessary...

Hi @kevin75001, in your example you set `--site_url`, not `--user_url`.

> The enqueued script is not present in the markup when the OB callback is triggered, so it is not cached. Normally, the output buffer passed to `Cachify::set_cache` should contain...

> Maybe we should always output the whole path? This is already done since 99b54404e82cd368b54955ebd31655849f597361 via [use of WP_CONTENT_DIR](https://github.com/pluginkollektiv/cachify/blob/master/inc/setup/cachify.hdd.htaccess.php#L82). Btw. what's left to do in this ticket? Directly writing to...

Just one note to your benchmarks (I assume you are running them with code from master branch). I made a similar benchmarks for HDD cache before I submitted #98 and...

> This activated, the fallback prints can just add a single line to the cached content, just before exit; You mean adding an extra comment after closing html tag? Something...