File "include.php"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/publishpress-authors/lib/vendor/publishpress/psr-container/lib/include.php
File size: 1.54 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\PsrContainer;

use function add_action;
use function do_action;

if (! function_exists('add_action')) {
    return;
}

if (! function_exists(__NAMESPACE__ . '\register2Dot0Dot1Dot10')) {
    if (! defined('PUBLISHPRESS_PSR_CONTAINER_INCLUDED')) {
        define('PUBLISHPRESS_PSR_CONTAINER_INCLUDED', __DIR__);
    }
        
    if (! class_exists('PublishPress\PsrContainer\Versions')) {
        require_once __DIR__ . '/Versions.php';

        add_action('plugins_loaded', [Versions::class, 'initializeLatestVersion'], -190, 0);
    }

    add_action('plugins_loaded', __NAMESPACE__ . '\register2Dot0Dot1Dot10', -200, 0);

    function register2Dot0Dot1Dot10()
    {
        if (! interface_exists('PublishPress\Psr\Container\ContainerInterface')) {
            $versions = Versions::getInstance();
            $versions->register('2.0.1.10', __NAMESPACE__ . '\initialize2Dot0Dot1Dot10');
        }
    }

    function initialize2Dot0Dot1Dot10()
    {
        require_once __DIR__ . '/autoload.php';
        
        if (! defined('PUBLISHPRESS_PSR_CONTAINER_VERSION')) {
            define('PUBLISHPRESS_PSR_CONTAINER_VERSION', '2.0.1.10');
        }
        
        do_action('publishpress_psr_container_2Dot0Dot1Dot10_initialized');
    }
}