# learnpress/4.1.7.2/inc/external-plugin/elementor/lp-elementor-widgets-config.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.1.7.2/code/inc/external-plugin/elementor/lp-elementor-widgets-config.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.7.2/raw/inc/external-plugin/elementor/lp-elementor-widgets-config.php
- Modified: 2022-09-23T02:52:32+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.1.7.2/code/inc/external-plugin/elementor/lp-elementor-widgets-config.php#L10-L20`.

```php
<?php

/**
 * Declare list LP widgets for elementor
 */
return apply_filters(
	'lp/elementor/widgets',
	[
		'become-a-teacher' => \Elementor\LP_Elementor_Widget_Become_A_Teacher::class,
		'login-form'       => \Elementor\LP_Elementor_Widget_Login_Form::class,
		'register-form'    => \Elementor\LP_Elementor_Widget_Register_Form::class,
		'list-courses'     => \Elementor\LP_Elementor_Widget_List_Courses::class,
	]
);

```
