PATH:
home
/
lab2454c
/
climatefinancebank.com
/
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; } }
[+]
js
[-] shortcodes.php
[edit]
[-] upgrade.php
[edit]
[-] contact-form-template.php
[edit]
[+]
block-editor
[-] formatting.php
[edit]
[+]
..
[+]
swv
[-] pocket-holder.php
[edit]
[-] pipe.php
[edit]
[-] html-formatter.php
[edit]
[-] capabilities.php
[edit]
[-] controller.php
[edit]
[-] special-mail-tags.php
[edit]
[-] validation-functions.php
[edit]
[-] integration.php
[edit]
[-] rest-api.php
[edit]
[-] contact-form.php
[edit]
[-] config-validator.php
[edit]
[-] form-tags-manager.php
[edit]
[+]
css
[-] validation.php
[edit]
[-] file.php
[edit]
[-] .htaccess
[edit]
[-] l10n.php
[edit]
[-] form-tag.php
[edit]
[-] functions.php
[edit]
[-] contact-form-functions.php
[edit]
[-] submission.php
[edit]
[-] themes.php
[edit]
[-] mail.php
[edit]