403Webshell
Server IP : 198.38.94.13  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User : revivere ( 1140)
PHP Version : 8.2.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/revivere/www/wp-content/plugins/post-duplicator/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/revivere/www/wp-content/plugins/post-duplicator/m4c-postduplicator.php
<?php
/*
Plugin Name: Post Duplicator
Plugin URI:        https://www.metaphorcreations.com/post-duplicator/
Description:       Creates functionality to duplicate any and all post types, including taxonomies & custom fields
Version:           3.0.14
Author:            Meta4Creations
Author URI:        https://www.metaphorcreations.com/
License:           GPL-2.0+
License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
Requires at least: 6.6
Requires PHP:      7.4
Tested up to:      6.9.4
Text Domain:       post-duplicator
Domain Path:       /languages
*/

/*  
Copyright 2012 Metaphor Creations  (email : joe@metaphorcreations.com)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as 
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/



// Plugin version.
if ( ! defined( 'MTPHR_POST_DUPLICATOR_VERSION' ) ) {
	define( 'MTPHR_POST_DUPLICATOR_VERSION', '3.0.14' );
}

// Plugin Folder Path.
if ( ! defined( 'MTPHR_POST_DUPLICATOR_DIR' ) ) {
	define( 'MTPHR_POST_DUPLICATOR_DIR', plugin_dir_path( __FILE__ ) );
}

// Plugin Folder URL.
if ( ! defined( 'MTPHR_POST_DUPLICATOR_URL' ) ) {
	define( 'MTPHR_POST_DUPLICATOR_URL', plugin_dir_url( __FILE__ ) );
}

// Plugin Root File.
if ( ! defined( 'MTPHR_POST_DUPLICATOR_FILE' ) ) {
	define( 'MTPHR_POST_DUPLICATOR_FILE', __FILE__ );
}

// Plugin Root File.
if ( ! defined( 'MTPHR_POST_DUPLICATOR_BASENAME' ) ) {
	define( 'MTPHR_POST_DUPLICATOR_BASENAME', plugin_basename( __FILE__ ) );
}

add_action( 'init', 'mtphr_post_duplicator_localization' );
/**
 * Setup localization
 *
 * @since 2.4
 */
function mtphr_post_duplicator_localization() {
	load_plugin_textdomain( 'post-duplicator', false, 'post-duplicator/languages/' );
}

/**
 * Include files.
 *
 * @since 2.27
 */
require_once MTPHR_POST_DUPLICATOR_DIR . 'includes/mtphr-settings/index.php';

require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/api.php' );
require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/hooks.php' );
require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/install.php' );
require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/settings.php' );
require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/helpers.php' );

if ( is_admin() ) { 
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/scripts.php' );
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/edit.php' );
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/notices.php' );
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/scripts.php' );
  require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/upgrades.php' );
}

// Load integrations
add_action( 'plugins_loaded', function () {
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/integrations/the-events-calendar.php' );
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/integrations/simple-custom-post-order.php' );
	require_once( MTPHR_POST_DUPLICATOR_DIR.'includes/integrations/divi.php' );
}, 20 );




Youez - 2016 - github.com/yon3zu
LinuXploit