admin管理员组文章数量:1130349
I'm able to add/edit custom fields after a user completes an order with the add_action('woocommerce_thankyou', 'function_name_here', 10, 1); hook. Does this also apply when a subscription auto renews or is there another action hook that should be used?
Thanks
I'm able to add/edit custom fields after a user completes an order with the add_action('woocommerce_thankyou', 'function_name_here', 10, 1); hook. Does this also apply when a subscription auto renews or is there another action hook that should be used?
Thanks
Share Improve this question asked Nov 21, 2018 at 10:49 LhenLhen 32 bronze badges 01 Answer
Reset to default 0if you are using subscriptions plugin, then all the actions are listed here : https://docs.woocommerce/document/subscriptions/develop/action-reference/
i think it woocommerce_subscription_renewal_payment_complete that you are looking for.
I'm able to add/edit custom fields after a user completes an order with the add_action('woocommerce_thankyou', 'function_name_here', 10, 1); hook. Does this also apply when a subscription auto renews or is there another action hook that should be used?
Thanks
I'm able to add/edit custom fields after a user completes an order with the add_action('woocommerce_thankyou', 'function_name_here', 10, 1); hook. Does this also apply when a subscription auto renews or is there another action hook that should be used?
Thanks
Share Improve this question asked Nov 21, 2018 at 10:49 LhenLhen 32 bronze badges 01 Answer
Reset to default 0if you are using subscriptions plugin, then all the actions are listed here : https://docs.woocommerce/document/subscriptions/develop/action-reference/
i think it woocommerce_subscription_renewal_payment_complete that you are looking for.
本文标签: woocommerce offtopicaddpostmeta on subcription renewal
版权声明:本文标题:woocommerce offtopic - add_post_meta on subcription renewal 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749163246a2325743.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论