videopress_is_current_user_authed_for_video

videopress_is_current_user_authed_for_video

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('videopress_is_current_user_authed_for_video') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php line 357
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
         * @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

See this hook used in plugins: