PHP 8.2.31
Preview: LocalizedDataInterface.php Size: 576 B
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Interfaces/LocalizedDataInterface.php

<?php

namespace WPForms\Integrations\Divi\Interfaces;

/**
 * Interface for managing localized data for Divi modules.
 *
 * @since 1.9.9
 */
interface LocalizedDataInterface {

	/**
	 * Get the localized data.
	 *
	 * @since 1.9.9
	 *
	 * @return array Localized data array.
	 */
	public function get_localized_data(): array;

	/**
	 * 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;
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
975 B lrw-r--r-- 2026-06-03 14:57:36
Edit Download
576 B lrw-r--r-- 2026-06-03 14:57:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).