Current File : /home/digitaw/www/wp-content/updraft/plugins-old/formidable/classes/views/shared/add-button.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<a href="<?php echo esc_url( $href ); ?>" class="<?php echo esc_attr( $class ); ?>">
	<?php FrmAppHelper::icon_by_class( 'frmfont frm_plus_icon frm_svg15' ); ?>
	<?php echo esc_html( $button_text ); ?>
</a>