videopress_is_current_user_authed_for_video, $is_user_authed, $guid, $embedded_post_id
videopress_is_current_user_authed_for_video, $is_user_authed, $guid, $embedded_post_id
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('videopress_is_current_user_authed_for_video, $is_user_authed, $guid, $embedded_post_id') is found 1 times:
- /jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php line 511
* @param int|null $embedded_post_id The post the video is embedded.. * * @return bool */ return (bool) apply_filters( 'videopress_is_current_user_authed_for_video', $is_user_authed, $guid, $embedded_post_id ); } /** * Returns the proper blog id depending on Jetpack or WP.com * * @return int the blog id