1 | <?php |
||
13 | class Jetpack_Connection_Status { |
||
14 | |||
15 | /** |
||
16 | * Initialize the main hooks. |
||
17 | */ |
||
18 | public static function init() { |
||
21 | |||
22 | /** |
||
23 | * Filters the connection status API response of the Connection package and modifies isActive value expected by the UI. |
||
24 | * |
||
25 | * @param array $status An array containing the connection status data. |
||
26 | */ |
||
27 | public static function filter_connection_status( $status ) { |
||
33 | |||
34 | } |
||
35 |