# formidable/4.10.03/deprecated.php

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

- Page: https://pluginprobe.com/plugins/formidable/4.10.03/code/deprecated.php
- Raw: https://pluginprobe.com/plugins/formidable/4.10.03/raw/deprecated.php
- Modified: 2020-12-07T20:56:38+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.10.03/code/deprecated.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}

// 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();

```
