X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/contact-form-7/includes
home
/
freights
/
public_html
/
wp-content
/
plugins
/
contact-form-7
/
includes
/
??
..
??
block-editor
??
capabilities.php
(834 B)
??
config-validator
??
contact-form-functions.php
(10.26 KB)
??
contact-form-template.php
(5.64 KB)
??
contact-form.php
(30.74 KB)
??
css
??
error_log
(51.07 KB)
??
file.php
(10.13 KB)
??
filesystem.php
(3 KB)
??
form-tag.php
(13.39 KB)
??
form-tags-manager.php
(14.57 KB)
??
formatting.php
(14.47 KB)
??
functions.php
(16.98 KB)
??
html-formatter.php
(20.66 KB)
??
js
??
l10n.php
(3.37 KB)
??
mail-tag.php
(4.1 KB)
??
mail.php
(14.54 KB)
??
pipe.php
(2.62 KB)
??
pocket-holder.php
(325 B)
??
shortcodes.php
(2.66 KB)
??
special-mail-tags.php
(6.53 KB)
??
submission.php
(20.23 KB)
??
swv
??
upgrade.php
(3.1 KB)
??
validation-functions.php
(6.67 KB)
??
validation.php
(3.26 KB)
Editing: 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; } }
Upload File
Create Folder