esc_html__( 'This is Medical Way', 'medical-way' ), 'filter' => true, 'button_url' => '#', 'button_text' => esc_html__( 'Learn More', 'medical-way' ), 'text' => esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos dolor possimus inventore ut sint et, blanditiis nobis tempore voluptatum, autem in. Provident fugiat sunt placeat quibusdam dolore, quasi repudiandae eius.', 'medical-way' ), ); if ( current_user_can( 'edit_theme_options' ) ) { $args['button_url'] = esc_url( admin_url( 'widgets.php' ) ); $args['button_text'] = esc_html__( 'Add Widgets', 'medical-way' ); $args['text'] = esc_html__( 'Widgets of Home Page Widget Area will be displayed here. Go to Appearance->Widgets in admin panel to add widgets. All these widgets will be replaced when you start adding widgets.', 'medical-way' ); } $widget_args = array( 'before_title' => '

', 'after_title' => '

', ); the_widget( 'Medical_Way_CTA_Widget', $args, $widget_args ); ?>