Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/v/e/r/verseaumee/maze/wp-content/plugins/pinterest-for-woocommerce/src/Tracking/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/v/e/r/verseaumee/maze/wp-content/plugins/pinterest-for-woocommerce/src/Tracking/Data.php
<?php
/**
 * Pinterest tracking base data class.
 *
 * @package Pinterest_For_WooCommerce/Classes/
 * @version 1.0.0
 */

namespace Automattic\WooCommerce\Pinterest\Tracking;

/**
 * Common data class to store event related data.
 */
class Data {

	/**
	 * A unique event id.
	 *
	 * @var string
	 */
	private $event_id;

	/**
	 * @param string $event_id  A unique event id.
	 */
	public function __construct( $event_id ) {
		$this->event_id = $event_id;
	}

	/**
	 * Get unique event id.
	 *
	 * @return string
	 */
	public function get_event_id() {
		return $this->event_id;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit