<?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; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
block-editor | Folder | 0755 |
|
|
config-validator | Folder | 0755 |
|
|
css | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
swv | Folder | 0755 |
|
|
capabilities.php | File | 834 B | 0644 |
|
contact-form-functions.php | File | 10.25 KB | 0644 |
|
contact-form-template.php | File | 5.69 KB | 0644 |
|
contact-form.php | File | 30.58 KB | 0644 |
|
controller.php | File | 3.19 KB | 0644 |
|
file.php | File | 10.15 KB | 0644 |
|
form-tag.php | File | 13.42 KB | 0644 |
|
form-tags-manager.php | File | 14.23 KB | 0644 |
|
formatting.php | File | 13.5 KB | 0644 |
|
functions.php | File | 15.54 KB | 0644 |
|
html-formatter.php | File | 16.32 KB | 0644 |
|
integration.php | File | 8.75 KB | 0644 |
|
l10n.php | File | 3.37 KB | 0644 |
|
mail-tag.php | File | 4.1 KB | 0644 |
|
mail.php | File | 14.53 KB | 0644 |
|
pipe.php | File | 2.56 KB | 0644 |
|
pocket-holder.php | File | 325 B | 0644 |
|
rest-api.php | File | 12.88 KB | 0644 |
|
shortcodes.php | File | 2.65 KB | 0644 |
|
special-mail-tags.php | File | 6.5 KB | 0644 |
|
submission.php | File | 20.31 KB | 0644 |
|
upgrade.php | File | 3 KB | 0644 |
|
validation-functions.php | File | 6.66 KB | 0644 |
|
validation.php | File | 3.22 KB | 0644 |
|