laipower/wp-content/plugins/activitypub/includes/class-health-check.php

13 lines
164 B
PHP

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