# learnpress/4.3.9/inc/admin/views/editor-wrapper.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.3.9. 14 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9/code/inc/admin/views/editor-wrapper.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9/raw/inc/admin/views/editor-wrapper.php
- Modified: 2026-06-08T02:53:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.3.9/code/inc/admin/views/editor-wrapper.php#L10-L20`.

```php
<?php
/**
 * Course editor wrapper.
 *
 * @since 3.0.0
 */
?>

<div id="admin-editor-<?php echo esc_attr( $post_type ); ?>">
	<div class="lp-place-holder">
		<?php learn_press_admin_view( 'placeholder-animation' ); ?>
	</div>
</div>

```
