PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
jetpack
/
json-endpoints
<?php abstract class WPCOM_JSON_API_Taxonomy_Endpoint extends WPCOM_JSON_API_Endpoint { public $category_object_format = array( 'ID' => '(int) The category ID.', 'name' => "(string) The name of the category.", 'slug' => "(string) The slug of the category.", 'description' => '(string) The description of the category.', 'post_count' => "(int) The number of posts using this category.", 'feed_url' => '(string) The URL of the feed for this category.', 'parent' => "(int) The parent ID for the category.", 'meta' => '(object) Meta data', ); public $tag_object_format = array( 'ID' => '(int) The tag ID.', 'name' => "(string) The name of the tag.", 'slug' => "(string) The slug of the tag.", 'description' => '(string) The description of the tag.', 'post_count' => "(int) The number of posts using this t.", 'meta' => '(object) Meta data', ); function __construct( $args ) { parent::__construct( $args ); if ( preg_match( '#/tags/#i', $this->path ) ) $this->response_format =& $this->tag_object_format; else $this->response_format =& $this->category_object_format; } }
[-] class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-update-term-endpoint.php
[edit]
[+]
jetpack
[-] class.wpcom-json-api-update-site-logo-endpoint.php
[edit]
[-] class.wpcom-json-api-add-widget-endpoint.php
[edit]
[-] class.wpcom-json-api-update-media-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-list-post-type-taxonomies-endpoint.php
[edit]
[-] class.wpcom-json-api-get-post-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-update-comment-endpoint.php
[edit]
[-] class.wpcom-json-api-render-embed-endpoint.php
[edit]
[-] class.wpcom-json-api-render-shortcode-endpoint.php
[edit]
[-] class.wpcom-json-api-get-site-endpoint.php
[edit]
[-] class.wpcom-json-api-site-settings-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-site-settings-v1-4-endpoint.php
[edit]
[-] class.wpcom-json-api-site-settings-endpoint.php
[edit]
[-] class.wpcom-json-api-comment-endpoint.php
[edit]
[+]
..
[-] class.wpcom-json-api-list-comments-endpoint.php
[edit]
[-] class.wpcom-json-api-update-user-endpoint.php
[edit]
[-] class.wpcom-json-api-get-comment-counts-endpoint.php
[edit]
[-] class.wpcom-json-api-sharing-buttons-endpoint.php
[edit]
[-] class.wpcom-json-api-get-media-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-update-taxonomy-endpoint.php
[edit]
[-] class.wpcom-json-api-upload-media-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-list-users-endpoint.php
[edit]
[-] class.wpcom-json-api-get-comment-history-endpoint.php
[edit]
[-] class.wpcom-json-api-get-autosave-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-autosave-post-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-post-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-site-settings-v1-3-endpoint.php
[edit]
[-] class.wpcom-json-api-get-taxonomies-endpoint.php
[edit]
[-] class.wpcom-json-api-update-post-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-list-terms-endpoint.php
[edit]
[-] class.wpcom-json-api-list-roles-endpoint.php
[edit]
[-] class.wpcom-json-api-bulk-delete-post-endpoint.php
[edit]
[-] class.wpcom-json-api-update-media-endpoint.php
[edit]
[-] class.wpcom-json-api-upload-media-endpoint.php
[edit]
[-] class.wpcom-json-api-list-post-types-endpoint.php
[edit]
[-] class.wpcom-json-api-get-media-endpoint.php
[edit]
[-] class.wpcom-json-api-get-customcss.php
[edit]
[-] class.wpcom-json-api-menus-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-get-comments-tree-endpoint.php
[edit]
[-] class.wpcom-json-api-list-posts-endpoint.php
[edit]
[-] class.wpcom-json-api-update-post-endpoint.php
[edit]
[-] class.wpcom-json-api-update-site-homepage-endpoint.php
[edit]
[-] class.wpcom-json-api-get-media-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-render-embed-reversal-endpoint.php
[edit]
[-] class.wpcom-json-api-update-customcss.php
[edit]
[-] class.wpcom-json-api-site-user-endpoint.php
[edit]
[-] class.wpcom-json-api-get-term-endpoint.php
[edit]
[-] class.wpcom-json-api-delete-media-endpoint.php
[edit]
[-] class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-list-media-endpoint.php
[edit]
[-] class.wpcom-json-api-edit-media-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-get-post-counts-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-delete-media-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-list-posts-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-render-endpoint.php
[edit]
[-] class.wpcom-json-api-list-media-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-list-shortcodes-endpoint.php
[edit]
[-] class.wpcom-json-api-get-post-endpoint.php
[edit]
[-] class.wpcom-json-api-post-endpoint.php
[edit]
[-] class.wpcom-json-api-list-posts-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-get-site-v1-2-endpoint.php
[edit]
[-] class.wpcom-json-api-list-media-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-get-comment-endpoint.php
[edit]
[-] class.wpcom-json-api-bulk-update-comments-endpoint.php
[edit]
[-] class.wpcom-json-api-get-taxonomy-endpoint.php
[edit]
[-] class.wpcom-json-api-list-embeds-endpoint.php
[edit]
[-] class.wpcom-json-api-update-post-v1-1-endpoint.php
[edit]
[-] class.wpcom-json-api-taxonomy-endpoint.php
[edit]
[-] class.wpcom-json-api-bulk-restore-post-endpoint.php
[edit]