Sindbad~EG File Manager

Current Path : /home/x/i/e/xiedrke/entrepot/wp-content/plugins/realpress/views/admin/fields/
Upload File :
Current File : /home/x/i/e/xiedrke/entrepot/wp-content/plugins/realpress/views/admin/fields/wp-editor.php

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

use RealPress\Helpers\General;

$settings = array(
	'textarea_name' => $field->name,
);
?>
	<div class="<?php echo esc_attr( ltrim( $field->class . ' ' . 'realpress-field-wrapper realpress-wp-editor-wrapper' ) ); ?>">
		<?php
		if ( ! empty( $field->title ) ) {
			?>
			<div class="realpress-title-wrapper">
				<?php echo esc_html( $field->title ); ?>
			</div>
			<?php
		}
		?>
		<div class="realpress-wp-editor-content">
			<?php
			wp_editor( $field->value, $field->id, $settings );
			if ( ! empty( $field->description ) ) {
				?>
				<p class="realpress-description"><?php echo General::ksesHTML( $field->description ); ?></p>
				<?php
			}
			?>
		</div>
	</div>
<?php

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