Changeset 3412970
- Timestamp:
- 12/06/2025 01:17:21 PM (4 months ago)
- Location:
- dynamic-front-end-heartbeat-control
- Files:
-
- 2 edited
-
tags/1.2.996.2/heartbeat-controller.php (modified) (2 diffs)
-
trunk/heartbeat-controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-front-end-heartbeat-control/tags/1.2.996.2/heartbeat-controller.php
r3412890 r3412970 223 223 class Dfehc_Get_Recommended_Heartbeat_Interval_Async extends Heartbeat_Async 224 224 { 225 protected string $action = 'dfehc_get_recommended_interval_async';226 225 public function dispatch(): void 227 226 { 227 $this->action = 'dfehc_get_recommended_interval_async'; 228 228 229 if (has_action($this->action)) { 229 230 do_action($this->action); … … 234 235 } 235 236 } 237 236 238 protected function run_action(): void 237 239 { -
dynamic-front-end-heartbeat-control/trunk/heartbeat-controller.php
r3412890 r3412970 223 223 class Dfehc_Get_Recommended_Heartbeat_Interval_Async extends Heartbeat_Async 224 224 { 225 protected string $action = 'dfehc_get_recommended_interval_async';226 225 public function dispatch(): void 227 226 { 227 $this->action = 'dfehc_get_recommended_interval_async'; 228 228 229 if (has_action($this->action)) { 229 230 do_action($this->action); … … 234 235 } 235 236 } 237 236 238 protected function run_action(): void 237 239 {
Note: See TracChangeset
for help on using the changeset viewer.