jetpack
7 years ago
class.wpcom-json-api-add-widget-endpoint.php
8 years ago
class.wpcom-json-api-autosave-post-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-bulk-delete-post-endpoint.php
8 years ago
class.wpcom-json-api-bulk-restore-post-endpoint.php
8 years ago
class.wpcom-json-api-bulk-update-comments-endpoint.php
7 years ago
class.wpcom-json-api-comment-endpoint.php
7 years ago
class.wpcom-json-api-delete-media-endpoint.php
8 years ago
class.wpcom-json-api-delete-media-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-edit-media-v1-2-endpoint.php
7 years ago
class.wpcom-json-api-get-autosave-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-get-comment-counts-endpoint.php
7 years ago
class.wpcom-json-api-get-comment-endpoint.php
8 years ago
class.wpcom-json-api-get-comment-history-endpoint.php
8 years ago
class.wpcom-json-api-get-comments-tree-endpoint.php
8 years ago
class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php
8 years ago
class.wpcom-json-api-get-customcss.php
8 years ago
class.wpcom-json-api-get-media-endpoint.php
8 years ago
class.wpcom-json-api-get-media-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-get-media-v1-2-endpoint.php
8 years ago
class.wpcom-json-api-get-post-counts-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-get-post-endpoint.php
8 years ago
class.wpcom-json-api-get-post-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-get-site-endpoint.php
7 years ago
class.wpcom-json-api-get-site-v1-2-endpoint.php
8 years ago
class.wpcom-json-api-get-taxonomies-endpoint.php
8 years ago
class.wpcom-json-api-get-taxonomy-endpoint.php
8 years ago
class.wpcom-json-api-get-term-endpoint.php
8 years ago
class.wpcom-json-api-list-comments-endpoint.php
7 years ago
class.wpcom-json-api-list-embeds-endpoint.php
8 years ago
class.wpcom-json-api-list-media-endpoint.php
8 years ago
class.wpcom-json-api-list-media-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-list-media-v1-2-endpoint.php
8 years ago
class.wpcom-json-api-list-post-type-taxonomies-endpoint.php
8 years ago
class.wpcom-json-api-list-post-types-endpoint.php
8 years ago
class.wpcom-json-api-list-posts-endpoint.php
8 years ago
class.wpcom-json-api-list-posts-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-list-posts-v1-2-endpoint.php
8 years ago
class.wpcom-json-api-list-roles-endpoint.php
8 years ago
class.wpcom-json-api-list-shortcodes-endpoint.php
8 years ago
class.wpcom-json-api-list-terms-endpoint.php
8 years ago
class.wpcom-json-api-list-users-endpoint.php
8 years ago
class.wpcom-json-api-menus-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-post-endpoint.php
7 years ago
class.wpcom-json-api-post-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-render-embed-endpoint.php
8 years ago
class.wpcom-json-api-render-embed-reversal-endpoint.php
8 years ago
class.wpcom-json-api-render-endpoint.php
9 years ago
class.wpcom-json-api-render-shortcode-endpoint.php
8 years ago
class.wpcom-json-api-sharing-buttons-endpoint.php
8 years ago
class.wpcom-json-api-site-settings-endpoint.php
7 years ago
class.wpcom-json-api-site-settings-v1-2-endpoint.php
7 years ago
class.wpcom-json-api-site-settings-v1-3-endpoint.php
7 years ago
class.wpcom-json-api-site-settings-v1-4-endpoint.php
7 years ago
class.wpcom-json-api-site-user-endpoint.php
8 years ago
class.wpcom-json-api-taxonomy-endpoint.php
7 years ago
class.wpcom-json-api-update-comment-endpoint.php
8 years ago
class.wpcom-json-api-update-customcss.php
8 years ago
class.wpcom-json-api-update-media-endpoint.php
8 years ago
class.wpcom-json-api-update-media-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-update-post-endpoint.php
7 years ago
class.wpcom-json-api-update-post-v1-1-endpoint.php
7 years ago
class.wpcom-json-api-update-post-v1-2-endpoint.php
7 years ago
class.wpcom-json-api-update-site-homepage-endpoint.php
8 years ago
class.wpcom-json-api-update-site-logo-endpoint.php
8 years ago
class.wpcom-json-api-update-taxonomy-endpoint.php
8 years ago
class.wpcom-json-api-update-term-endpoint.php
7 years ago
class.wpcom-json-api-update-user-endpoint.php
7 years ago
class.wpcom-json-api-upload-media-endpoint.php
8 years ago
class.wpcom-json-api-upload-media-v1-1-endpoint.php
8 years ago
class.wpcom-json-api-update-customcss.php
87 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Custom Css update endpoint |
| 4 | * |
| 5 | * https://public-api.wordpress.com/rest/v1.1/sites/$site/customcss/ |
| 6 | */ |
| 7 | |
| 8 | new WPCOM_JSON_API_Update_CustomCss_Endpoint( array ( |
| 9 | 'description' => 'Set custom-css data for a site.', |
| 10 | 'group' => '__do_not_document', |
| 11 | 'stat' => 'customcss:1:update', |
| 12 | 'method' => 'POST', |
| 13 | 'min_version' => '1.1', |
| 14 | 'path' => '/sites/%s/customcss', |
| 15 | 'path_labels' => array( |
| 16 | '$site' => '(string) Site ID or domain.', |
| 17 | ), |
| 18 | 'request_format' => array( |
| 19 | 'css' => '(string) Optional. The raw CSS.', |
| 20 | 'preprocessor' => '(string) Optional. The name of the preprocessor if any.', |
| 21 | 'add_to_existing' => '(bool) Optional. False to skip the existing styles.', |
| 22 | ), |
| 23 | 'response_format' => array( |
| 24 | 'css' => '(string) The raw CSS.', |
| 25 | 'preprocessor' => '(string) The name of the preprocessor if any.', |
| 26 | 'add_to_existing' => '(bool) False to skip the existing styles.', |
| 27 | ), |
| 28 | 'example_request' => 'https://public-api.wordpress.com/rest/v1.1/sites/12345678/customcss', |
| 29 | 'example_request_data' => array( |
| 30 | 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN' ), |
| 31 | 'body' => array( |
| 32 | 'css' => '.stie-title { color: #fff; }', |
| 33 | 'preprocessor' => 'sass' |
| 34 | ), |
| 35 | ), |
| 36 | 'example_response' => ' |
| 37 | { |
| 38 | "css": ".site-title { color: #fff; }", |
| 39 | "preprocessor": "sass", |
| 40 | "add_to_existing": "true" |
| 41 | }' |
| 42 | ) ); |
| 43 | |
| 44 | class WPCOM_JSON_API_Update_CustomCss_Endpoint extends WPCOM_JSON_API_Endpoint { |
| 45 | /** |
| 46 | * API callback. |
| 47 | */ |
| 48 | function callback( $path = '', $blog_id = 0 ) { |
| 49 | // Switch to the given blog. |
| 50 | $blog_id = $this->api->switch_to_blog_and_validate_user( $this->api->get_blog_id( $blog_id ) ); |
| 51 | if ( is_wp_error( $blog_id ) ) { |
| 52 | return $blog_id; |
| 53 | } |
| 54 | |
| 55 | if ( ! current_user_can( 'edit_theme_options' ) ) { |
| 56 | return new WP_Error( 'unauthorized', 'User is not authorized to access custom css', 403 ); |
| 57 | } |
| 58 | |
| 59 | $args = $this->input(); |
| 60 | if ( empty( $args ) || ! is_array( $args ) ) { |
| 61 | return new WP_Error( 'no_data', 'No data was provided.', 400 ); |
| 62 | } |
| 63 | $save_args = array( |
| 64 | 'css' => $args['css'], |
| 65 | 'preprocessor' => $args['preprocessor'], |
| 66 | 'add_to_existing' => $args['add_to_existing'], |
| 67 | ); |
| 68 | Jetpack_Custom_CSS::save( $save_args ); |
| 69 | |
| 70 | $current = array( |
| 71 | 'css' => Jetpack_Custom_CSS::get_css(), |
| 72 | 'preprocessor' => Jetpack_Custom_CSS::get_preprocessor_key(), |
| 73 | 'add_to_existing' => ! Jetpack_Custom_CSS::skip_stylesheet(), |
| 74 | ); |
| 75 | |
| 76 | $defaults = array( |
| 77 | 'css' => '', |
| 78 | 'preprocessor' => '', |
| 79 | 'add_to_existing' => true, |
| 80 | ); |
| 81 | return wp_parse_args( $current, $defaults ); |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | |
| 86 | |
| 87 |