# formidable/4.06.03/deprecated.php

Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes &amp; More, version 4.06.03. 15 lines.

- Page: https://pluginprobe.com/plugins/formidable/4.06.03/code/deprecated.php
- Raw: https://pluginprobe.com/plugins/formidable/4.06.03/raw/deprecated.php
- Modified: 2020-08-12T21:42:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/formidable/4.06.03/code/deprecated.php#L10-L20`.

```php
<?php

// Instansiate Models
global $frmdb;
global $frm_field;
global $frm_form;
global $frm_entry;
global $frm_entry_meta;

$frmdb              = new FrmDbDeprecated();
$frm_field          = new FrmFieldDeprecated();
$frm_form           = new FrmFormDeprecated();
$frm_entry          = new FrmEntryDeprecated();
$frm_entry_meta     = new FrmEntryMetaDeprecated();

```
