bp_view_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_view_profile_repeaters_print_group_html_end () {
global $repeater_set_being_displayed;
if ( !empty( $repeater_set_being_displayed ) ) {
//end of previous set
echo "<tr class='repeater-separator'><td colspan='2'></td></tr>";
$repeater_set_being_displayed = 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.