laipower/wp-content/plugins/activitypub/includes/class-health-check.php
2020-04-07 13:03:04 +00:00

13 lines
164 B
PHP

<?php
namespace Activitypub;
/**
* ActivityPub Health_Check Class
*
* @author Matthias Pfefferle
*/
class Health_Check {
public static function init() {
}
}