boilerplate gatherpress

This commit is contained in:
André Menrath 2024-03-07 15:48:42 +01:00
parent ce4012e1e9
commit d89a1cddc2

View 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 {
}