__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace WPForms\Pro\Admin\Education;
/**
* Education core for Pro.
*
* @since 1.6.6
*/
class Core extends \WPForms\Admin\Education\Core {
use StringsTrait;
/**
* Load enqueues.
*
* @since 1.6.6
*/
public function enqueues() {
parent::enqueues();
$min = wpforms_get_min_suffix();
wp_enqueue_script(
'wpforms-pro-admin-education-core',
WPFORMS_PLUGIN_URL . "assets/pro/js/admin/education/core{$min}.js",
[ 'wpforms-admin-education-core' ],
WPFORMS_VERSION,
true
);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Admin | Folder | 0750 |
|
|
| Builder | Folder | 0750 |
|
|
| Core.php | File | 521 B | 0640 |
|
| StringsTrait.php | File | 4.3 KB | 0640 |
|