Save up to 50% off during Black Friday!

fg_entryautomation_next_run_time

Description

This filter allows you to modify the next scheduled run time for a Task.

Usage

PHP
add_filter( 'fg_entryautomation_next_run_time', 'your_function_name', 10, 3 );

Parameters

  • $next_run_time integer
    Unix timestamp for when the task runs next.
  • $task Task
    The current Entry Automation Task object.
  • $task_run_time integer
    Run time of current task.

Since

This filter was added in Entry Automation version 2.0.0.