| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/plugins/custom-login-logo/ |
Upload File : |
<?php
/**
* Plugin Name: Custom Login Logo
* Plugin URI: https://themeist.com/plugins/wordpress/custom-login-logo/#utm_source=wp-plugin&utm_medium=custom-login-logo&utm_campaign=plugins-page
* Description: Easily add a custom logo to your WordPress login page using the built-in media uploader.
* Version: 1.2.0
* Requires at least: 6.0
* Tested up to: 6.8
* Requires PHP: 7.4
* Author: Themeist
* Author URI: https://themeist.com/
* License: GPL-3.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: custom-login-logo
*
* @package Themeist_CustomLoginLogo
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
define( 'THEMEIST_CLL_VERSION', '1.2.0' );
require_once plugin_dir_path( __FILE__ ) . 'includes/class-themeist-customloginlogo.php';
new Themeist_CustomLoginLogo();