You appear to be a bot. Output may be restricted
Description
Filters all REST API access and return a 403 unauthorized response for all Restricted blog IDs.
Usage
WPCOM_JSON_API::post_like_count( $blog_id, $post_id );
Parameters
- $blog_id
- ( mixed ) required –
- $post_id
- ( mixed ) required –
Returns
void
Source
File name: jetpack/class.json-api.php
Lines:
1 to 3 of 3
function post_like_count( $blog_id, $post_id ) { return 0; }