Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/plugins/contact-form-7/includes/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/plugins/contact-form-7/includes/pocket-holder.php

<?php

/**
 * Handy trait provides methods to handle dynamic properties.
 */
trait WPCF7_PocketHolder {

	protected $pocket = array();

	public function pull( $key ) {
		if ( isset( $this->pocket[$key] ) ) {
			return $this->pocket[$key];
		}
	}

	public function push( $key, $value ) {
		$this->pocket[$key] = $value;
	}

}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.