File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/widget/form.php
<p>
	<label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>">
		<?php esc_html_e( 'Title:', 'shortcodes-ultimate' ); ?>
	</label>
	<input
		type="text"
		id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"
		name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>"
		value="<?php echo esc_attr( $instance['title'] ); ?>"
		class="widefat"
	/>
</p>
<p>
	<?php Su_Generator::button_html_editor( array( 'target' => $this->get_field_id( 'content' ) ) ); ?><br/>
	<textarea
		name="<?php echo esc_attr( $this->get_field_name( 'content' ) ); ?>"
		id="<?php echo esc_attr( $this->get_field_id( 'content' ) ); ?>"
		rows="7"
		class="widefat"
		style="margin-top:10px"
	><?php echo esc_textarea( $instance['content'] ); ?></textarea>
</p>