\Barn2\PTP_LibScheduled_Task

Abstract class which represents a single scheduled task using WordPress CRON.

The task is automatically unscheduled on plugin deactivation.

Summary

Methods
Properties
Constants
__construct()
schedule()
unschedule()
run()
No public properties found
No constants found
get_cron_hook()
get_interval()
No protected properties found
N/A
No private methods found
$plugin_file
N/A

Properties

$plugin_file

$plugin_file :

Type

Methods

__construct()

__construct(  $plugin_file)

Parameters

$plugin_file

schedule()

schedule()

unschedule()

unschedule()

run()

run()

get_cron_hook()

get_cron_hook()

get_interval()

get_interval()