%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/emergentqj/jugement/wp-content/plugins/jetpack/json-endpoints/jetpack/
Upload File :
Create Path :
Current File : /home/emergentqj/jugement/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php

<?php

// Translations
class Jetpack_JSON_API_Translations_Endpoint extends Jetpack_JSON_API_Endpoint {
	// GET /sites/%s/translations
	// POST /sites/%s/translations
	// POST /sites/%s/translations/update
	protected $needed_capabilities = array( 'update_core', 'update_plugins', 'update_themes' );
	protected $log;
	protected $success;

	public function result() {
		return array(
			'translations'  => wp_get_translation_updates(),
			'autoupdate'    => Jetpack_Options::get_option( 'autoupdate_translations', false ),
			'log'           => $this->log,
			'success'       => $this->success,
		);
	}
}

Zerion Mini Shell 1.0