wordpress-activitypub/includes/class-health-check.php

13 lines
164 B
PHP
Raw Normal View History

2019-09-27 10:12:59 +02:00
<?php
namespace Activitypub;
/**
* ActivityPub Health_Check Class
*
* @author Matthias Pfefferle
*/
class Health_Check {
public static function init() {
}
}