Skip to content

Instantly share code, notes, and snippets.

@mikeott
Last active November 13, 2023 05:11
Show Gist options
  • Save mikeott/9365492f52691f2f4079c74ccda84ce0 to your computer and use it in GitHub Desktop.
Save mikeott/9365492f52691f2f4079c74ccda84ce0 to your computer and use it in GitHub Desktop.
WooCommerce: Add something to my account page
add_action( 'woocommerce_account_content', 'action_woocommerce_account_content' );
function action_woocommerce_account_content( ) {
// Do something
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment