haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-content
/
plugins
/
admin-columns-pro
/
classes
/
Filename :
Addon.php
back
Copy
<?php declare(strict_types=1); namespace ACP; use AC\Registerable; interface Addon extends Registerable { public function get_id(): string; }