Misha Rudrastyh
Forum Replies Created
-
Forum: Plugins
In reply to: [Inventory Sync for WooCommerce] This Forum is for the Free Version OnlyHello,
Yes, it does.
What is wrong with WordFence options?
Forum: Plugins
In reply to: [WooCommerce] Delete order programmaticallyHi Guys, I know it is already closed but it is ranking high when people searching for this stuff so let me provide some corrections.
In order to delete an order we need to use
delete()
method ofWC_Order
object, period.$order->delete();
A little bit more detailed example here: https://rudrastyh.com/woocommerce/delete-order-programmatically.html
Hi Guys,
Yes, in case someone will need it in the future, the add-on is available for download from here https://rudrastyh.com/support/multisite-wp-offload-media
Forum: Plugins
In reply to: [WooCommerce] Hide out of stock from related products@catboulin the answer @bonkerz posted above will never work because the filter hook
woocommerce_output_related_products_args
doesn’t accept themeta_query
parameter.Forum: Reviews
In reply to: [MailChimp Sync for WooCommerce Memberships] Great plugin!Awesome! ??
Forum: Plugins
In reply to: [Gutenberg] Cannot add new block via Gutenberg editorHey Guys,
I tried everything Nick mentioned. But the reason was hiding in profile settings ??
I even published a post about it, check it out https://rudrastyh.com/gutenberg/can-not-add-blocks.htmlForum: Plugins
In reply to: [WooCommerce] wc_checkout_params is deprecatedHey,
Yes, since Woo 3.3 wc_checkout_params and 10(!) other filter hooks are deprecated and must be replaced with the only one woocommerce_get_script_data.
Actually it is not difficult to do –?you have to replace the hooks and add one more parameter to it. The new parameter “points” to one of the old hooks.
More info about the replacement check out in this tutorial rudrastyh.com/woocommerce/migrating-to-woocommerce_get_script_data.html
Forum: Networking WordPress
In reply to: wp_blog_versionsthank you for your reply,
but I read the Codex and just wanted more information about how it works