1

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?

mujuonly
  • 11,370
  • 5
  • 45
  • 75
Aliqua
  • 723
  • 7
  • 21

1 Answers1

2

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.

enter image description here

mujuonly
  • 11,370
  • 5
  • 45
  • 75