bp_profile_repeaters_print_group_html_end()
Close wrapper of repeater set – on edit profile screen
Description
Source
File: bp-xprofile/bp-xprofile-repeaters.php
function bp_profile_repeaters_print_group_html_end () {
global $first_xpfield_in_repeater;
if ( !empty( $first_xpfield_in_repeater ) ) {
echo "</div></div><!-- .repeater_group_outer -->";
echo "</div><!-- repeater_sets_sortable -->";
$first_xpfield_in_repeater = false;
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.