woocommerce_after_my_account action-hook . WC 1.0
Deprecated from version 2.6.0. It is no longer supported and can be removed in future releases. It is recommended to replace this hook with the same one.╳
Deprecated: 2.6.0
Deprecated woocommerce_after_my_account action.
Usage
add_action( 'woocommerce_after_my_account', 'action_function_name_296' ); function action_function_name_296(){ // action... }
Changelog
Deprecated | 2.6.0 |
Where the hook is called
In file: /templates/myaccount/dashboard.php
woocommerce/templates/myaccount/dashboard.php 79
do_action( 'woocommerce_after_my_account' );