Submit
Path:
~
/
home
/
contenidosenred
/
public_html
/
ondemand
/
wp-content
/
plugins
/
masvideos
/
File Content:
masvideos.php
<?php /** * Plugin Name: MAS Videos * Plugin URI: https://github.com/madrasthemes/masvideos * Description: This is a free plugin that allows you to to create and list movies, videos and TV shows. * Version: 1.2.6 * Author: MadrasThemes * Author URI: https://madrasthemes.com/ * Text Domain: masvideos * Domain Path: /languages/ * * @package MasVideos * @category Core * @author Madras Themes */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } // Define MASVIDEOS_PLUGIN_FILE. if ( ! defined( 'MASVIDEOS_PLUGIN_FILE' ) ) { define( 'MASVIDEOS_PLUGIN_FILE', __FILE__ ); } // Include the main MasVideos class. if ( ! class_exists( 'MasVideos' ) ) { include_once dirname( MASVIDEOS_PLUGIN_FILE ) . '/includes/class-masvideos.php'; } /** * Unique access instance for MasVideos class */ function MasVideos() { return MasVideos::instance(); } // Global for backwards compatibility. $GLOBALS['masvideos'] = MasVideos();
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
assets
---
0755
includes
---
0755
languages
---
0755
sample-data
---
0755
templates
---
0755
license.txt
35149 bytes
0644
masvideos.php
967 bytes
0644
readme.txt
7661 bytes
0644
uninstall.php
2112 bytes
0644
N4ST4R_ID | Naxtarrr