📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:09:43
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
kadence-blocks
/
includes
/
resources
/
Shutdown
/
Contracts
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/kadence-blocks/includes/resources/Shutdown/Contracts
🔄 Refresh
✏️
Editing: Terminable.php
Writable
<?php declare( strict_types=1 ); namespace KadenceWP\KadenceBlocks\Shutdown\Contracts; use KadenceWP\KadenceBlocks\Shutdown\Shutdown_Provider; /** * Any class that utilizes the Shutdown Handler to perform * a task should implement this contract and be added to * the collection. * * @see Shutdown_Provider::register() */ interface Terminable { /** * Perform a task on shutdown. * * @action shutdown * * @return void */ public function terminate(): void; }
💾 Save Changes
❌ Cancel