HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/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>