File "include.php"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/publishpress-authors/lib/vendor/publishpress/pimple-pimple/lib/include.php
File
size: 1.52 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/*****************************************************************
* This file is generated on composer update command by
* a custom script.
*
* Do not edit it manually!
****************************************************************/
namespace PublishPress\PimplePimple;
use function add_action;
use function do_action;
if (! function_exists('add_action')) {
return;
}
if (! function_exists(__NAMESPACE__ . '\register3Dot5Dot0Dot10')) {
if (! defined('PUBLISHPRESS_PIMPLE_PIMPLE_INCLUDED')) {
define('PUBLISHPRESS_PIMPLE_PIMPLE_INCLUDED', __DIR__);
}
if (! class_exists('PublishPress\PimplePimple\Versions')) {
require_once __DIR__ . '/Versions.php';
add_action('plugins_loaded', [Versions::class, 'initializeLatestVersion'], -185, 0);
}
add_action('plugins_loaded', __NAMESPACE__ . '\register3Dot5Dot0Dot10', -200, 0);
function register3Dot5Dot0Dot10()
{
if (! class_exists('PublishPress\Pimple\Container')) {
$versions = Versions::getInstance();
$versions->register('3.5.0.10', __NAMESPACE__ . '\initialize3Dot5Dot0Dot10');
}
}
function initialize3Dot5Dot0Dot10()
{
require_once __DIR__ . '/autoload.php';
if (! defined('PUBLISHPRESS_PIMPLE_PIMPLE_VERSION')) {
define('PUBLISHPRESS_PIMPLE_PIMPLE_VERSION', '3.5.0.10');
}
do_action('publishpress_pimple_pimple_3Dot5Dot0Dot10_initialized');
}
}