13 lines
301 B
PHP
13 lines
301 B
PHP
<?php
|
|
/**
|
|
* @package MultipleAuthors\
|
|
* @author PublishPress <help@publishpress.com>
|
|
* @copyright Copyright (C) 2018 PublishPress. All rights reserved.
|
|
* @license GPLv2 or later
|
|
* @since 1.0.0
|
|
*/
|
|
|
|
global $multiple_authors_addon;
|
|
|
|
$multiple_authors_addon->activation_hook();
|