Initial commit
This commit is contained in:
commit
28e6ddf404
1083 changed files with 191734 additions and 0 deletions
14
plugins/jetpack/modules/json-api.php
Normal file
14
plugins/jetpack/modules/json-api.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* Module Name: JSON API
|
||||
* Module Description: Allow applications to securely access your content through the cloud.
|
||||
* Sort Order: 19
|
||||
* First Introduced: 1.9
|
||||
* Requires Connection: Yes
|
||||
* Auto Activate: Public
|
||||
* Module Tags: Writing, Developers
|
||||
* Additional Search Queries: api, rest, develop, developers, json, klout, oauth
|
||||
*/
|
||||
|
||||
add_action( 'jetpack_activate_module_json-api', array( Jetpack::init(), 'toggle_module_on_wpcom' ) );
|
||||
add_action( 'jetpack_deactivate_module_json-api', array( Jetpack::init(), 'toggle_module_on_wpcom' ) );
|
Reference in a new issue