| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversion/wp-content/plugins/simple-youtube-responsive/ |
Upload File : |
<?php
/*
Plugin Name: Simple YouTube Responsive
Plugin URI: https://eirudo.com/portfolios/wordpress-plugins/youtube-responsive
Text Domain: simple-youtube-responsive
Description: Embed YouTube video and Responsive using simple shortcode, and keep the video's Aspect Ratio. AMP & Lazy Load supported.
Version: 3.2.1
Author: Eirudo
Author URI: https://eirudo.com/
License: GPL2
Requires: WordPress version 2.5 and later
*/
// Block direct access
if ( !defined('ABSPATH') ){
die;
}
define( 'EIRUDO_YTRESPONSIVE_VER', '3.2.1');
define( 'EIRUDO_YTRESPONSIVE_DIR', plugin_dir_path(__FILE__) );
define( 'EIRUDO_YTRESPONSIVE_URL', plugin_dir_url(__FILE__) );
require_once( EIRUDO_YTRESPONSIVE_DIR . 'fxs/fxs-core.php' );