golden hour
/home/phakp/public_html/wp-content/plugins/wpforms/src/Admin/Education
⬆️ Go Up
Upload
File/Folder
Size
Actions
AddonsItemBase.php
1.57 KB
Del
OK
AddonsListBase.php
1.48 KB
Del
OK
Admin
-
Del
OK
Builder
-
Del
OK
Core.php
6.59 KB
Del
OK
EducationInterface.php
414 B
Del
OK
Fields.php
9.63 KB
Del
OK
Edit: EducationInterface.php
<?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