_html( 'back_side_title', '<' . $title_tag . ' class="jet-animated-box__title jet-animated-box__title--back">%s' . $title_tag . '>' );
$this->_html( 'back_side_subtitle', '<' . $sub_title_tag . ' class="jet-animated-box__subtitle jet-animated-box__subtitle--back">%s' . $sub_title_tag . '>' );
$this->_html( 'back_side_description', '
%s
' );
$this->_glob_inc_if( 'action-button', array( 'back_side_button_link', 'back_side_button_text' ) );
?>
get_template_content( $settings['back_side_template_id'] ); // phpcs:ignore
}
?>