コード例 #1
0
ファイル: functions.php プロジェクト: rebeccayshen/kitlist
function has_cred_form()
{
    if (!class_exists('CRED_Form_Builder', false)) {
        return false;
    }
    return CRED_Form_Builder::has_form();
}
コード例 #2
0
ファイル: CRED.php プロジェクト: adisonc/MaineLearning
 public static function has_form()
 {
     CRED_Loader::load('CLASS/Form_builder');
     return CRED_Form_Builder::has_form();
 }