@@ -172,6 +172,9 @@ |
||
172 | 172 | } |
173 | 173 | } |
174 | 174 | |
175 | + /** |
|
176 | + * @param string $when |
|
177 | + */ |
|
175 | 178 | private function schedule_sync( $when ) { |
176 | 179 | wp_schedule_single_event( strtotime( $when ), 'jetpack_sync_actions' ); |
177 | 180 | } |