ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "EducationInterface.php"
Full Path: /home/zcziejy/ryadselyen/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php
File size: 414 bytes
MIME-type: text/x-php
Charset: utf-8
<?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();
}