Schedule your next appointment with one of our technicians today.
Schedule appointment
',
$this->get_field_id( 'cta_content' ),
esc_html__( 'Enter Cta Content', 'ac-repair' ),
$this->get_field_name( 'cta_content' ),
esc_attr( $cta_content )
);
}
/**
* Renders the output.
*
* @see WP_Widget::widget()
*/
public function widget( $args, $instance ){ // Widget output
extract($args);
$cta_img = isset( $instance['cta_img'] ) ? $instance['cta_img'] : esc_url('https://placeholdit.imgix.net/~text?txtsize=33&txt=358%C3%97282&w=358&h=282');
$cta_img = !empty( $cta_img ) ? esc_url( $cta_img ) : esc_url('https://placeholdit.imgix.net/~text?txtsize=33&txt=358%C3%97282&w=358&h=282');
$cta_content = isset( $instance['cta_content'] ) ? $instance['cta_content'] : '';
printf('