Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/admin/fields/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/admin/fields/color-picker.php

<?php
if ( ! isset( $field ) ) {
	return;
}

use RealPress\Helpers\General;

?>
<div class="<?php echo esc_attr( ltrim( $field->class . ' ' . 'realpress-field-wrapper' ) ); ?>">
	<?php
	if ( ! empty( $field->title ) ) {
		?>
		<div class="realpress-title-wrapper">
			<label for="<?php echo esc_attr( $field->id ); ?>"><?php echo esc_html( $field->title ); ?></label>
		</div>
		<?php
	}
	?>
	<div class="realpress-color-picker">
		<input type="text" data-jscolor="" id="<?php echo esc_attr( $field->id ); ?>"
				name="<?php echo esc_attr( $field->name ); ?>"
				value="<?php echo esc_attr( $field->value ?? '' ); ?>"
			<?php echo empty( $field->pattern ) ? '' : 'pattern = "' . esc_attr( $field->pattern ) . '"'; ?>
		/>
		<?php
		if ( ! empty( $field->description ) ) {
			?>
			<p class="realpress-description"><?php echo General::ksesHTML( $field->description ); ?></p>
			<?php
		}
		?>
	</div>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists