# learnpress/4.3.9.1/templates/global/clearfix.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.3.9.1. 15 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9.1/code/templates/global/clearfix.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9.1/raw/templates/global/clearfix.php
- Modified: 2026-06-10T02:53:16+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.1/code/templates/global/clearfix.php#L10-L20`.

```php
<?php
/**
 * Template for rendering a div to stop all floating elements.
 *
 * @version 3.3.0
 *
 * @author  ThimPress
 * @package LearnPress/Templates
 */

defined( 'ABSPATH' ) || exit;
?>

<div class="clearfix"></div>

```
