How to display user's WooCommerce subscription details?
问题 I have created a custom page template and I want to display specific details of user's subscription (e.g. subscription starting date). The available hook on 'my account' page displays this but I don't know how to dismantle the output of the hook or even merely displaying it on a page template. Any help would be appreciated! 回答1: Add the following code in functions.php of the active theme. add_shortcode('wdm_my_subscription', 'wmd_my_custom_function'); function wmd_my_custom_function(){ WC