| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/c/u/i/cuisinesj/www/new/wp-content/plugins/jetpack/modules/ |
| Current File : /home/c/u/i/cuisinesj/www/new/wp-content/plugins/jetpack/modules/videopress.php |
<?php
/**
* Module Name: VideoPress
* Module Description: Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.
* First Introduced: 2.5
* Requires Connection: Yes
* Sort Order: 27
* Module Tags: Photos and Videos
* Feature: Writing
* Additional Search Queries: video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream
*
* @package automattic/jetpack
*/
/**
* Require the VideoPress files.
*/
require_once __DIR__ . '/videopress/shortcode.php';
require_once __DIR__ . '/videopress/class.videopress-options.php';
require_once __DIR__ . '/videopress/class.videopress-scheduler.php';
require_once __DIR__ . '/videopress/class.videopress-xmlrpc.php';
require_once __DIR__ . '/videopress/class.videopress-cli.php';
require_once __DIR__ . '/videopress/class.jetpack-videopress.php';
require_once __DIR__ . '/videopress/class-videopress-attachment-metadata.php';
if ( is_admin() ) {
include_once __DIR__ . '/videopress/editor-media-view.php';
include_once __DIR__ . '/videopress/class.videopress-edit-attachment.php';
include_once __DIR__ . '/videopress/class.videopress-ajax.php';
}