| 1 | <?php |
||
| 10 | class FrmUsageController { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Randomize the first send to prevent our servers from crashing. |
||
| 14 | * |
||
| 15 | * @since 3.06.04 |
||
| 16 | */ |
||
| 17 | public static function schedule_send() { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Adds once weekly to the existing schedules. |
||
| 37 | * |
||
| 38 | * @since 3.06.04 |
||
| 39 | */ |
||
| 40 | public static function add_schedules( $schedules = array() ) { |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @since 3.06.04 |
||
| 50 | */ |
||
| 51 | public static function send_snapshot() { |
||
| 55 | } |
||
| 56 |