• Resolved Jonathan Sulo

    (@jonathansulo)


    Hi,

    I’m using Fluent Forms Pro and it’s awesome in all ways. But I just noticed a major annoyance with the latest plugin update. It added an option for Fluent Forms in the top of the admin bar, with the number of form entries visible in bright orange. I can’t handle all that extra stress. ??

    So, how can I hide the Fluent Forms option in the admin bar? I’ve checked the settings for the plugin, but can’t find anything about this. Is there a variable that I can set in wp-config.php or similar?

    Jonathan

Viewing 1 replies (of 1 total)
  • Plugin Support Tahmid ul Karim

    (@tahmidulkarim)

    Hi @jonathansulo,

    We will add an option to disable the Fluent Forms option in the admin bar from the General Settings of FluentForms in the next update.

    For now, you can hide the option using this code snippet –

    add_filter('fluentform_admin_menu_bar_items',function ($d){
    return [];
    });

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Fluent Forms in the admin bar’ is closed to new replies.