• File: WDFM.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/contact-form-maker/WDFM.php
  • Date Modified: 02/16/2021 12:32 AM
  • File size: 126 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

function WDFM( $version = 0 ) {
  if ( $version == 2 ) {
    return WDCFM::instance();
  }
  return WDFM::instance();
}