- Timestamp:
- 06/04/2026 09:10:15 AM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
r62070 r62458 139 139 * @since 6.6.0 The `$store_namespace` param is optional. 140 140 * 141 * @param string $store_namespace Optional. The unique store namespace identifier.142 * @param array $state Optional. The array that will be merged with the existing state for the specified141 * @param string|null $store_namespace Optional. The unique store namespace identifier. 142 * @param array|null $state Optional. The array that will be merged with the existing state for the specified 143 143 * store namespace. 144 144 * @return array The current state for the specified store namespace. This will be the updated state if a $state … … 312 312 * @since 6.6.0 313 313 * 314 * @param string $store_namespace Optional. The unique store namespace identifier.314 * @param string|null $store_namespace Optional. The unique store namespace identifier. 315 315 */ 316 316 public function get_context( ?string $store_namespace = null ): array {
Note: See TracChangeset
for help on using the changeset viewer.