template_css_class( $context, $instance ) - Output an HTML class attribute pre-populated with CSS classes based on * parameters. Valid $context - 'content'. * $widget->template_content( $instance ) - Output content for a particular content area based on parameters. * Will output placeholder if content area is empty. */ // Bail if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; ?>
load_template( $widget->get_template( 'default' ), $instance['template'], 'template', $instance, $args, $widget ); // Load Template ?>