REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 771 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Traits/LocalizedDataTrait.php
Text
Base64
<?php namespace WPForms\Integrations\Divi\Traits; /** * Trait for managing localized data for Divi modules. * * @since 1.9.9 */ trait LocalizedDataTrait { /** * Localized data storage. * * @since 1.9.9 * * @var array */ protected $localized_data = []; /** * Get the localized data. * * @since 1.9.9 * * @return array Localized data array. */ public function get_localized_data(): array { return $this->localized_data; } /** * Set the localized data. * * @since 1.9.9 * * @param array $script_data Localized data to set. * * @return self Returns the instance for method chaining. */ public function set_localized_data( array $script_data ): object { $this->localized_data = $script_data; return $this; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
FormsResolverTrait.php
1.20 KB
lrw-r--r--
2026-01-29 20:00:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LocalizedDataTrait.php
771 B
lrw-r--r--
2026-01-29 20:00:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).