File "coauthors-functions.php"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/publishpress-authors/coauthors-functions.php
File size: 583 B (583 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
/**
 * @package     MultipleAuthors\
 * @author      PublishPress <help@publishpress.com>
 * @copyright   Copyright (C) 2018 PublishPress. All rights reserved.
 * @license     GPLv2 or later
 * @since       1.0.7
 *
 * @deprecated 3.2.5-beta.8
 */

require_once __DIR__ . '/src/functions/coauthors-functions.php';

if (!class_exists('PublishPress_Authors_CoAuthors_Functions')) {
    /**
     * Class PublishPress_Authors_CoAuthors_Functions
     *
     * @deprecated 3.2.5-beta.8
     */
    class PublishPress_Authors_CoAuthors_Functions
    {
    }
}