namespace WPForms\Admin\Education;
* Interface EducationInterface defines required methods for Education features to work properly.
interface EducationInterface {
* Indicate if current Education feature is allowed to load.
public function allow_load();