mkovcu
Forum Replies Created
-
Thanks for answering, I changed to 2 stars.
Hope you will get on your feet soon, but its not fair to sell something and openly advertise Pro features here if you know you cannot offer any support.
Regards
Thank you
Forum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] RedirectionForum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] RedirectionHello,
Thank you for your answer.
There are many things that can go wrong with redirections like this.
Example – someone sees ad with link to your shop, it doesn’t look suspicious because link starts with yourshop.com, and when he clicks – he gets redirected to scam site that looks exactly like yourshop.com…
If you don’t see this as problem, fine with me – I just wont use your plugin.https://wpscan.com/vulnerability/f3c0a155-9563-4533-97d4-03b9bac83164
Forum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] RedirectionHello,
Thank you for your answer. I just didn’t get what you mean by ‘I recommend using the via .htaccess mode.’? File /wp-content/plugins/webp-converter-for-media/includes/passthru.php will still be there, and there is opened redirection.
Forum: Plugins
In reply to: [WP Safe Mode] Check if safe mode is onGreat, thank you.
Thanks @svmkmt, I figured it out similarly, this way it also shows link in header:
add_filter( 'wcfmmp_is_allow_show_trashed_orders', '__return_true', 50 ); add_filter( 'wcfmu_orders_menus', function( $wcfmu_orders_menus ) { if(wcfm_is_vendor()) { $wcfmu_orders_menus['cancelled'] = 'Storniert/Abgebrochen'; } return $wcfmu_orders_menus; }, 100 );Yes
Forum: Plugins
In reply to: [WooCommerce] Shipping classes on orderThanks, too bad, I just wanted to check if it was possible. With custom code i can only be sure for future orders…
I will try that way, thanks again.Forum: Plugins
In reply to: [ACF Post-2-Post] Not working with ACF 5.7.11Thanks for the explanation.
I updated ACF and now it works great.