Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
flexible-shipping
/
vendor_prefixed
/
wpdesk
/
wp-plugin-flow-common
/
src
:
plugin-init-php52-free.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace FSVendor; /** * @var string $plugin_version * @var string $plugin_name * @var string $plugin_class_name * @var string $plugin_text_domain * @var string $plugin_dir * @var string $plugin_file * @var array $requirements * @var string $product_id */ if (!\defined('ABSPATH')) { die; } // Code in PHP >= 5.3 but understandable by older parsers if (\PHP_VERSION_ID > 50300) { require_once $plugin_dir . '/vendor/autoload.php'; $plugin_init_factory = new \FSVendor\WPDesk\Plugin\Flow\Initialization\Simple\SimpleFactory(\true); } require \dirname(__FILE__) . '/plugin-init-php52.php';