PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
contact-form-7
/
includes
<?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; } }
[-] contact-form.php
[edit]
[-] capabilities.php
[edit]
[-] file.php
[edit]
[-] formatting.php
[edit]
[+]
swv
[-] html-formatter.php
[edit]
[-] l10n.php
[edit]
[-] filesystem.php
[edit]
[-] rest-api.php
[edit]
[-] integration.php
[edit]
[+]
config-validator
[+]
js
[-] functions.php
[edit]
[-] contact-form-template.php
[edit]
[-] submission.php
[edit]
[-] form-tags-manager.php
[edit]
[-] controller.php
[edit]
[-] special-mail-tags.php
[edit]
[-] mail-tag.php
[edit]
[-] validation.php
[edit]
[-] shortcodes.php
[edit]
[-] pipe.php
[edit]
[-] contact-form-functions.php
[edit]
[-] validation-functions.php
[edit]
[-] pocket-holder.php
[edit]
[-] upgrade.php
[edit]
[-] mail.php
[edit]
[+]
block-editor
[+]
..
[+]
css
[-] form-tag.php
[edit]