esc_html__( 'Mortgage Calculator widget.', 'opalestate-pro' ), ] ); } public function widget( $instance, $args ) { extract( $args ); extract( $instance ); //Check $tpl = OPALESTATE_THEMER_WIDGET_TEMPLATES . 'parts/mortgage-calculator.php'; $tpl_default = OPALESTATE_PLUGIN_DIR . 'templates/parts/mortgage-calculator.php'; if ( is_file( $tpl ) ) { $tpl_default = $tpl; } require $tpl_default; } public function form( $instance ) { //Set up some default widget settings. $defaults = [ 'title' => esc_html__( 'Mortgage Calculator', 'opalestate-pro' ), ]; $instance = wp_parse_args( (array) $instance, $defaults ); ?>