Viktor Szépe
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] How to disable ACF groups lang optionOooops:
unset( $post_types['acf'] );solves the problem.@chouby Please consider not translating a CPT if it is unchecked.
Thanks.Forum: Plugins
In reply to: [Polylang] How to disable ACF groups lang optionfunction mbwp_acf_translate( $post_types, $hide ) { $post_types['acf'] = 'acf'; return $post_types; } add_filter( 'pll_get_post_types', 'mbwp_acf_translate', 10, 2 );It displays “Field Groups” in “Custom post types and Taxonomies” but unchecking the box still does not disable acf translation.
Forum: Plugins
In reply to: [Polylang] How to disable ACF groups lang option@chouby Could you help not to translate the
acfCPT?Thank you.
Will it be a real switch or after enabling “Log export” audit items will go to both your API and to a log file?
Forum: Plugins
In reply to: [W3 Total Cache] Is W3 Total Cache Dead?@deltafactory I think every w3tc problem can be fixed within an hour of debugging.
That is why I started that repo.
Forum: Plugins
In reply to: [Password bcrypt] How does it compare to WP Hash PasswordExcuse me for the late answer.
This is a more complete plugin with wp_check_password() also.
It has continuous integration tests:
https://github.com/roots/wp-password-bcryptAnd few people are looking after it. (plus me)
Forum: Plugins
In reply to: [W3 Total Cache] W3TC with PHP 7 and APCu 5.1.2I think W3TC is not on GitHub so there’s no way to send them PR-s.
Though I’ve mentioned @ftownes in
https://github.com/szepeviktor/fix-w3tc/issues/1Forum: Plugins
In reply to: [W3 Total Cache] W3TC with PHP 7 and APCu 5.1.2All checked items
https://github.com/szepeviktor/fix-w3tc/blob/master/README.md#fix
are committed. See the commit log
https://github.com/szepeviktor/fix-w3tc/commits/masterForum: Plugins
In reply to: [W3 Total Cache] W3TC with PHP 7 and APCu 5.1.2I’ve fixed these in https://github.com/szepeviktor/fix-w3tc
You find the new plugin zip in “Releases”.Forum: Plugins
In reply to: [W3 Total Cache] AWS S3 – "Please use AWS4-HMAC-SHA256"Hello!
I am forking the plugin: https://github.com/szepeviktor/fix-w3tc
If you have a solution or just want to see existing fixes, please test it.
Thanks.Forum: Plugins
In reply to: [W3 Total Cache] Is W3 Total Cache Dead?Is anyone up to fix the code?
I have some plans: https://github.com/szepeviktor/fix-w3tcForum: Plugins
In reply to: [Easy Forms for Mailchimp] Changing API keyI am plugin developer and a review is called “code audit” 🙂
https://profiles.wordpress.org/szepeviktor#content-pluginsForum: Plugins
In reply to: [Easy Forms for Mailchimp] Changing API keyThank you.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Constant for yikes-mc-api-keyNicely done.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Constant for yikes-mc-api-keyThank you!
Is it a forced value that is permanent
or could it be overridden on the plugin’s options page?