🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 09:10:59 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
plugins
/
contact-form-7
/
includes
📍 /home/therahul/momotimes.therahuldas.com/wp-content/plugins/contact-form-7/includes
🔄 Refresh
✏️
Editing: pocket-holder.php
Writable
<?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; } }
💾 Save Changes
❌ Cancel