$section ) { if ( $profile->get_current_section( '', false, false ) === $section['slug'] ) { if ( isset( $section['callback'] ) && is_callable( $section['callback'] ) ) { echo call_user_func_array( $section['callback'], array( $key, $section, $user ) ); } else { do_action( 'learn-press/profile-section-content', $key, $section, $user ); } } } } ?>