| 1 | <?php |
||
| 5 | class Stats extends \Jetpack_Sync_Module { |
||
| 6 | |||
| 7 | function name() { |
||
| 10 | |||
| 11 | function init_listeners( $callback ) { |
||
| 15 | /* |
||
| 16 | * This namespaces the action that we sync. |
||
| 17 | * So that we can differentiate it from future actions. |
||
| 18 | */ |
||
| 19 | public function sync_site_stats() { |
||
| 22 | |||
| 23 | public function init_before_send() { |
||
| 26 | |||
| 27 | public function add_stats() { |
||
| 30 | } |
||
| 31 |