Path : /hermes/sb_web/b2680/ipg.thefocusedviewcom/ringside/wp-content/plugins/jetpack/modules/ |
Current < : /hermes/sb_web/b2680/ipg.thefocusedviewcom/ringside/wp-content/plugins/jetpack/modules/json-api.php |
<?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 */ 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' ) );