Reputation: 748
I am currently customising a WooCommerce My Account, and I have been able to use the various WooCommerce hooks to customise the individual pages.
Using visual hook guides/references online I have found the hooks such as, 'woocommerce_before_edit_account_address_form'
and 'woocommerce_after_edit_account_address_form'
.
Are there any hooks to be able to add content before and/or after to the 'woocommerce subscriptions' page in my account section?
Upvotes: 1
Views: 1206
Reputation: 11861
You may copy this file /woocommerce-subscriptions/templates/myaccount/my-subscriptions.php
to your active theme woocommerce/myaccount/my-subscriptions.php
You can add the content in this template.
Upvotes: 2