Viewing 1 replies (of 1 total)
  • It’ll look something like this:

    // goes in functions.php for your child theme
    add_shortcode('woocommerce_my_account_2', 'woocommerce_my_account_2');
    function woocommerce_my_account_2() {
      include 'woocommerce_my_account_2.php';
    }

Viewing 1 replies (of 1 total)

The topic ‘My Account shortcode’ is closed to new replies.