<?php
/**
 * Template for displaying more options header.
 *
 * @since 2.6.50
 */

?>
<div class="bb_more_dropdown__title">
	<span class="bb_more_dropdown__title__text"><?php esc_html_e( 'Options', 'buddyboss-theme' ); ?></span>
	<span class="bb_more_dropdown__close_button" role="button"><i class="bb-icon-l bb-icon-times"></i></span>
</div>
