get_sections();
if ( $sections !== null && count( $sections ) > 0 ) {
$current = $dashboard->get_current_section();
if ( $current !== null ) {
$current_section_key = $current->get_key();
}
// section links
do_action( 'affiliates_dashboard_before_section_links', $sections );
?>
render();
}
?>