| Server IP : 172.67.191.88 / Your IP : 104.23.243.204 Web Server : Microsoft-IIS/7.5 System : Windows NT WIN-HN0MTSF2AF1 6.1 build 7601 (Windows Server 2008 R2 Enterprise Edition Service Pack 1) AMD64 User : IWPD_11(bayt-altogg) ( 0) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/bayt-altoggar.com/httpdocs/wp-content/plugins/easy-watermark/ |
Upload File : |
<?php /** * Plugin Name: Easy Watermark * Description: This plugin can automatically add image and text watermark to pictures as they are uploaded to WordPress media library. You can also watermark existing images manually (all at once or an every single image). Watermark image can be a png, gif (alpha channel supported in both cases) or jpg. It's also possibile to set watermark opacity (doesn't apply to png with alpha channel). For text watermark you can select font, set color, size, angle and opacity. * Author: BracketSpace * Author URI: https://bracketspace.com/ * Text Domain: easy-watermark * Domain Path: /languages * Version: 1.0.11 * License: GPLv3 or later * * @package easy-watermark */ define( 'EW_FILE_PATH', __FILE__ ); define( 'EW_DIR_PATH', plugin_dir_path( __FILE__ ) ); define( 'EW_DIR_URL', plugin_dir_url( __FILE__ ) ); /** * Require bootstrap file */ require 'src/bootstrap.php';