📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:18:18
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Dependencies
/
ActionScheduler
/
classes
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes
🔄 Refresh
✏️
Editing: ActionScheduler_ActionClaim.php
Writable
<?php /** * Class ActionScheduler_ActionClaim */ class ActionScheduler_ActionClaim { private $id = ''; private $action_ids = array(); public function __construct( $id, array $action_ids ) { $this->id = $id; $this->action_ids = $action_ids; } public function get_id() { return $this->id; } public function get_actions() { return $this->action_ids; } }
💾 Save Changes
❌ Cancel