File: /var/www/html/site/newsite/wp-content/themes/vinl/inc/graphthemes-widgets/graphthemes-widgets.php
<?php
if (!defined('FINLEY_WIDGET_PATH')) {
define('FINLEY_WIDGET_PATH', dirname(__FILE__));
}
/**
* Author Profile Widget.
*/
require_once FINLEY_WIDGET_PATH . '/includes/class-graphthemes-widget-functions.php';
require_once FINLEY_WIDGET_PATH . '/includes/widgets/widget-author-profile.php';
require_once FINLEY_WIDGET_PATH . '/includes/widgets/widget-recent-posts.php';
require_once FINLEY_WIDGET_PATH . '/includes/widgets/widget-popular-posts.php';