Skip to content

Instantly share code, notes, and snippets.

View ryanbeymer's full-sized avatar

Ryan Beymer ryanbeymer

  • United States, Idaho
View GitHub Profile
@ryanbeymer
ryanbeymer / my-account.php
Last active February 10, 2021 17:05 — forked from mclanecreative/my-account.php
Adds Tabs to WooCommerce "My Account" page. Instructions: add my-account.php to your [theme-folder]/woocommerce/myaccount/ folder.
<?php
/**
* A tabbed woocommerce My Account page
*
* @package WooCommerce/Templates
* @version 3.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;