Filter access to a specific post. Parameters . ( json-api ) . . . ( 3.4.0 ) . . current_user_can( ( bool ) ‘read_post’, $post->ID ) Can the current user access the post. . . . $post ( WP_Post ) Post data. . . . Hook name: wpcom_json_api_user_can_view_post Hook type: filter Plugin ref: Jetpack Sourcefile: File ref: SAL_Site::user_can_view_post() – Filter the post types Jetpack has access to, and can synchronize with WordPress.com. Description: Filter access to a specific post. Parameters: Deprecated?: No API Letters: A,C,J,U,W Invokers 1 to 2 of 2 SAL_Site::user_can_view_post() – Filter the post types Jetpack has access to, and can synchronize with WordPress.com. WPCOM_JSON_API_Endpoint::user_can_view_post() – Implementers Related