Plugin Directory

Changeset 3412970


Ignore:
Timestamp:
12/06/2025 01:17:21 PM (4 months ago)
Author:
loghin
Message:

1.2.996.2

Location:
dynamic-front-end-heartbeat-control
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-front-end-heartbeat-control/tags/1.2.996.2/heartbeat-controller.php

    r3412890 r3412970  
    223223        class Dfehc_Get_Recommended_Heartbeat_Interval_Async extends Heartbeat_Async
    224224        {
    225             protected string $action = 'dfehc_get_recommended_interval_async';
    226225            public function dispatch(): void
    227226            {
     227                $this->action = 'dfehc_get_recommended_interval_async';
     228
    228229                if (has_action($this->action)) {
    229230                    do_action($this->action);
     
    234235                }
    235236            }
     237
    236238            protected function run_action(): void
    237239            {
  • dynamic-front-end-heartbeat-control/trunk/heartbeat-controller.php

    r3412890 r3412970  
    223223        class Dfehc_Get_Recommended_Heartbeat_Interval_Async extends Heartbeat_Async
    224224        {
    225             protected string $action = 'dfehc_get_recommended_interval_async';
    226225            public function dispatch(): void
    227226            {
     227                $this->action = 'dfehc_get_recommended_interval_async';
     228
    228229                if (has_action($this->action)) {
    229230                    do_action($this->action);
     
    234235                }
    235236            }
     237
    236238            protected function run_action(): void
    237239            {
Note: See TracChangeset for help on using the changeset viewer.