Viewing 1 replies (of 1 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @azael2k,

    Thanks for your query. You can remove the footer using a hook. Please add the following snippet in your functions.php file or add this separately in any .php file using the snippet plugin,

    add_filter('fluentform/email_template_footer_text', function ($footerText, $form, $notification) {
    return false;
    }, 10, 3);

    Hope this helps.
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove website link from footer’ is closed to new replies.