📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:36:19
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Admin
/
Education
📍 /home/xeqi7597/map.claireduwig.com/wp-content/plugins/wpforms-lite/src/Admin/Education
🔄 Refresh
✏️
Editing: EducationInterface.php
Writable
<?php namespace WPForms\Admin\Education; /** * Interface EducationInterface defines required methods for Education features to work properly. * * @since 1.6.6 */ interface EducationInterface { /** * Indicate if current Education feature is allowed to load. * * @since 1.6.6 * * @return bool */ public function allow_load(); /** * Init. * * @since 1.6.6 */ public function init(); }
💾 Save Changes
❌ Cancel