Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/hustle/views/admin/settings/analytics/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/hustle/views/admin/settings/analytics/widget-title.php

<?php
/**
 * Widget title section under the "analytics" tab.
 *
 * @package Hustle
 * @since 4.2.0
 */

?>
<div class="sui-box-settings-row">

	<div class="sui-box-settings-col-1">
		<span class="sui-settings-label"><?php esc_html_e( 'Widget Title', 'hustle' ); ?></span>
		<span class="sui-description"><?php esc_html_e( 'Choose a title for your analytics widget to be displayed on the dashboard.', 'hustle' ); ?></span>
	</div>

	<div class="sui-box-settings-col-2">
		<input type="text" name="title" value="<?php echo esc_attr( $value ); ?>"
			placeholder="<?php esc_html_e( 'Widget Title', 'hustle' ); ?>"
			class="sui-form-control" >
	</div>

</div>