Hi
When I use the wordpress filter to disable the front end admin bar add_filter('show_admin_bar', '__return_false');
the icons for the clone field e.g. dashicons-dismiss in metabox form is not loaded as the admin bar is diabled. Is there a way to have a fallback icon for metabox forms with admin bar disabled?
<a href="#" class="rwmb-button remove-clone"><span class="dashicons dashicons-dismiss"></span></a>
thanks
Nick