PluginProbe
Zoho Forms – Drag & Drop Form Builder for Websites – Contact Forms, Payment Forms, Order Forms & More / 4.0.4
Zoho Forms – Drag & Drop Form Builder for Websites – Contact Forms, Payment Forms, Order Forms & More v4.0.4
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 2.0 3.0 3.0.1 3.0.2 4.0 4.0.1 4.0.2 4.0.3 4.0.4
zoho-forms / zforms_config.php

zforms_config.php in Zoho Forms – Drag & Drop Form Builder for Websites – Contact Forms, Payment Forms, Order Forms & More 4.0.4, at zforms_config.php

17 lines 433 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $path = '';
3
4 if (!defined('WP_LOAD_PATH') ) {
5
6 $classic_root = dirname(dirname(dirname(dirname(__FILE__)))) . '/' ;
7 if(file_exists($classic_root . 'wp-load.php'))
8 define( 'WP_LOAD_PATH', $classic_root);
9
10 else if (file_exists($path . 'wp-load.php'))
11 define( 'WP_LOAD_PATH', $path);
12
13 else
14 exit("Could not find wp-load.php");
15 }
16 require_once WP_LOAD_PATH . 'wp-load.php';
17 ?>