Files
Zeitfresser-Wordpress-Theme/inc/graphthemes-widgets/graphthemes-widgets.php
T
2026-04-20 22:55:59 +02:00

18 lines
495 B
PHP

<?php
if( ! defined( 'DAISY_BLOG_WIDGET_PATH' ) ) {
define( 'DAISY_BLOG_WIDGET_PATH', dirname( __FILE__ ) );
}
/**
* Author Profile Widget.
*/
require_once DAISY_BLOG_WIDGET_PATH . '/includes/class-graphthemes-widget-functions.php';
require_once DAISY_BLOG_WIDGET_PATH . '/includes/widgets/widget-author-profile.php';
require_once DAISY_BLOG_WIDGET_PATH . '/includes/widgets/widget-recent-posts.php';
require_once DAISY_BLOG_WIDGET_PATH . '/includes/widgets/widget-popular-posts.php';