| 1 |
<?php |
| 2 |
/** |
| 3 |
* Module Name: JSON API |
| 4 |
* Module Description: Allow applications to securely access your content through the cloud. |
| 5 |
* Sort Order: 19 |
| 6 |
* First Introduced: 1.9 |
| 7 |
* Requires Connection: Yes |
| 8 |
* Auto Activate: Public |
| 9 |
* Module Tags: Writing, Developers |
| 10 |
*/ |
| 11 |
|
| 12 |
add_action( 'jetpack_activate_module_json-api', array( Jetpack::init(), 'toggle_module_on_wpcom' ) ); |
| 13 |
add_action( 'jetpack_deactivate_module_json-api', array( Jetpack::init(), 'toggle_module_on_wpcom' ) ); |
| 14 |
|