Francisco Panis Kaseker
Forum Replies Created
-
Consequence: The contact form sometimes work, sometimes not. PHP 8.1 is being used.
Forum: Themes and Templates
In reply to: [Astra] Stackable Gutenberg blocks and Astra@bsfaradhy thank you! I found the issue. I had to disable tablepress. Then stackable returned to work with Astra.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] legacy-core.php file infectedThe problem is this line:
1745c1745 < return esc_attr(""); --- > return esc_attr("http://affiliatetracker.io/?aff=".$id."&affuri=".base64_encode($link));affiliatetracker.io does not exist.
https://affiliatetrack.io/exist. Probably imunify identified the base64_encode.function wpgm_pro_link($link) { if (defined('wpgm_aff')) { $id = sanitize_text_field(wpgm_aff); if ($id && $id !== "") { return esc_attr("http://affiliatetracker.io/?aff=".$id."&affuri=".base64_encode($link)); } else { return esc_attr($link); } } else { return esc_attr($link); } }I think is safe to press Clean button, as this link does not exist, so the function is actually doing nothing due wrong link. Also, not sure if the plugin really needs that to work properly. I just a way that author can get informations about your site.
Forum: Plugins
In reply to: [Admin Columns] Admin Columns and Redis cacheBy the way, this was the answer from redis object cache plugin: https://wordpress.org/support/topic/how-to-not-cache-wp-admin-stuffs/
Forum: Plugins
In reply to: [Admin Columns] Admin Columns and Redis cacheI agree with you, but we do not have an option to not cache wp-admin stuffs using “Redis Object Cache” plugin. i will try to talk witht hem about what can be done about that.