add_action('shopp_account_menu', [callback]); @param Customer $Customer the customer object for logged in customer.
Description
Runs after account page menus are built. Passes the current customer object.
Example
add_action('shopp_account_menu', 'my_function'); function my_function ( $Customer ) { // do stuff }
You must be logged in to post a comment.