<?php
/**
* Render the settings button for the ticket editor.
*
* @since 5.8.0
*
* @version 5.8.0
*/
?>
<button id="settings_form_toggle" class="button-secondary tribe-button-icon tribe-button-icon-settings">
<?php esc_html_e( 'Settings', 'event-tickets' ); ?>
</button>