14 lines
324 B
PHP
14 lines
324 B
PHP
<?php
|
|
/**
|
|
* Template for the header and navigation of the admin pages.
|
|
*
|
|
* @package Event_Bridge_For_ActivityPub
|
|
* @since 1.0.0
|
|
* @license AGPL-3.0-or-later
|
|
*/
|
|
|
|
// Exit if accessed directly.
|
|
defined( 'ABSPATH' ) || exit; // @codeCoverageIgnore
|
|
|
|
\Event_Bridge_For_ActivityPub\Admin\Settings_Page::do_settings_page();
|