?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/r/a/n/rankinh/villavanille/wp-content/plugins/drew-core/inc/wishlist/
Upload File :
Current File : /home/r/a/n/rankinh/villavanille/wp-content/plugins/drew-core/inc/wishlist/include.php

<?php

include_once DREW_CORE_INC_PATH . '/wishlist/helper.php';

if ( ! function_exists( 'drew_core_wishlist_include_widgets' ) ) {
	/**
	 * Function that includes widgets
	 */
	function drew_core_wishlist_include_widgets() {
		foreach ( glob( DREW_CORE_INC_PATH . '/wishlist/widgets/*/include.php' ) as $widget ) {
			include_once $widget;
		}
	}

	add_action( 'qode_framework_action_before_widgets_register', 'drew_core_wishlist_include_widgets' );
}

include_once DREW_CORE_INC_PATH . '/wishlist/profile/wishlist-profile-helper.php';