| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Fields/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Fields/WPEditor.php |
<?php
namespace RealPress\Helpers\Fields;
/**
* Class WPEditor
* @package RealPress\Helpers\AbstractForm
*/
class WPEditor extends AbstractField {
public $path_view = 'fields/wp-editor.php';
public function __construct() {
}
}