• File: model.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/contact-form-maker/admin/models/model.php
  • Date Modified: 02/16/2021 12:32 AM
  • File size: 136 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Admin model class.
 */
class CFMAdminModel {
  /**
   * PLUGIN = 2 points to Contact Form Maker
   */
  const PLUGIN = 2;
}