/home/tuzdhajd/ardaughters.org/wp-content/themes/ARDFoundation20/library/class-shop-np.php
<?php
/**
 * SHOP_NP class.
 */
class SHOP_NP {

	/**
	 * Theme init.
	 */
	public static function init() {
		$shopON = true;
		if ($shopON) {
			locate_template(array('shop/functions.php'), true);
		}
	}
}

SHOP_NP::init();