| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/robotics/wp-content/plugins/default-featured-image/ |
Upload File : |
<?php /** * Plugin Name: Default featured image * Plugin URI: http://wordpress.org/extend/plugins/default-featured-image/ * Description: Allows users to select a default featured image in the media settings * Version: 1.8.2 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: Jan Willem Oostendorp * Author URI: https://janw.me/ * License: GPLv2 or later * Text Domain: default-featured-image * * This file is still the main plugin file for Backwards compatibility. * * @package DFI */ require_once __DIR__ . DIRECTORY_SEPARATOR . 'dfi.php';