✏️ 正在编辑: EducationInterface.php
路径:
/home/ubuntu/plugins-bkp-26012025/wpforms-lite/src/Admin/Education/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(); }
💾 保存文件
← 返回文件管理器