File Editor
Directories:
.. (Back)
css
images
img
js
Files:
archiveorg-book.php
archiveorg.php
archives.php
bandcamp.php
brightcove.php
cartodb.php
class.filter-embedded-html-objects.php
codepen.php
crowdsignal.php
dailymotion.php
descript.php
facebook.php
flatio.php
flickr.php
getty.php
gist.php
googleapps.php
googlemaps.php
googleplus.php
gravatar.php
houzz.php
inline-pdfs.php
instagram.php
kickstarter.php
mailchimp.php
medium.php
mixcloud.php
others.php
pinterest.php
presentations.php
quiz.php
recipe.php
scribd.php
sitemap.php
slideshare.php
slideshow.php
smartframe.php
soundcloud.php
spotify.php
ted.php
tweet.php
twitchtv.php
twitter-timeline.php
unavailable.php
untappd-menu.php
upcoming-events.php
ustream.php
videopress.php
vimeo.php
vine.php
vr.php
wordads.php
wufoo.php
youtube.php
Create New File
Create
Edit File: videopress.php
<?php /** * Provides VideoPress videos support when module is disabled. * * @since 2.4 * @since 3.9.5 Added compatibility with refactored VideoPress module. * * @package automattic/jetpack */ if ( ! Jetpack::is_module_active( 'videopress' ) ) { \Automattic\Jetpack\Assets::add_resource_hint( '//v0.wordpress.com', 'dns-prefetch' ); include_once JETPACK__PLUGIN_DIR . 'modules/videopress/shortcode.php'; }
Save Changes
Rename File
Rename