Skip to content

Instantly share code, notes, and snippets.

@alfateemacademy
alfateemacademy / functions.php
Created May 13, 2017 15:14
WooCommerce Functions
<?php
/**
* Twenty Sixteen functions and definitions
*
* Set up the theme and provides some helper functions, which are used in the
* theme as custom template tags. Others are attached to action and filter
* hooks in WordPress to change core functionality.
*
* When using a child theme you can override certain functions (those wrapped
* in a function_exists() call) by defining them first in your child theme's