# profile-builder/3.16.4/assets/lib/wck-api/fields/nested repeater.php

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 3.16.4. 9 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/3.16.4/code/assets/lib/wck-api/fields/nested%20repeater.php
- Raw: https://pluginprobe.com/plugins/profile-builder/3.16.4/raw/assets/lib/wck-api/fields/nested%20repeater.php
- Modified: 2021-08-10T11:08:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/profile-builder/3.16.4/code/assets/lib/wck-api/fields/nested%20repeater.php#L10-L20`.

```php
<?php 
 /* @param string $meta Meta name.	 
 * @param array $details Contains the details for the field.	 
 * @param string $value Contains input value;
 * @param string $context Context where the function is used. Depending on it some actions are preformed.;
 * @return string $element input element html string. */

$element .=  sprintf(  __( 'You can add the information for the %s after you add an entry', 'profile-builder' ), $details['title'] );
?>
```
