How to get woocommerce subscription next payment date or date when subscription expires in woocommerce_subscription_renewal_payment_complete hook?

This one works for me: add_action( ‘woocommerce_subscription_renewal_payment_complete’, ‘subscription_renewal_payment_complete’, 11, 2 ); function subscription_renewal_payment_complete( $subscription, $order ){ $subscription_id = $subscription->get_id(); $order_id = $order->get_id(); $billing_email = $subscription->get_billing_email(); $next_payment = $subscription->get_date(‘next_payment’, ‘site’); }

Magazine subscription sales through WP?

Don’t know of a plugin that will do this specifically for a magazine, but it should be easy to implement in this way: Once a sale is triggered through the shopping cart: Have your shopping cart send an email to a autoresponder, such as aweber.com. Most WP shopping carts have functionality built in for a/r, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)