boilerplate gatherpress
This commit is contained in:
parent
ce4012e1e9
commit
d89a1cddc2
1 changed files with 24 additions and 0 deletions
24
includes/activitypub/transformer/class-gatherpress.php
Normal file
24
includes/activitypub/transformer/class-gatherpress.php
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* ActivityPub GatherPress Event Transformer
|
||||||
|
*
|
||||||
|
* @package activity-event-transformers
|
||||||
|
* @license AGPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
exit; // Exit if accessed directly.
|
||||||
|
}
|
||||||
|
|
||||||
|
use Activitypub\Transformer\Post;
|
||||||
|
use Activitypub\Activity\Extended_Object\Event;
|
||||||
|
use Activitypub\Activity\Extended_Object\Place;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ActivityPub GatherPress Event Transformer
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
class Gatherpress extends Post {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue