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.13.2.1

apply_filters('videopress_is_current_user_authed_for_video') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php line 355
    		 * @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: