# learnpress/4.4.1/config/fields/edit-course.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.1. 12 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.1/code/config/fields/edit-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.1/raw/config/fields/edit-course.php
- Modified: 2026-06-26T11:19:40+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.4.1/code/config/fields/edit-course.php#L10-L20`.

```php
<?php
/**
 * Fields edit course
 *
 * @since 4.2.7.6
 * @version 1.0.0
 */

if ( ! isset( $post_id ) ) {
	return;
}

```
