• Resolved databell96

    (@databell96)


    I notice in the email share link that when clicked it brings up my email program but it’s sending it to [email protected]. I’d just prefer that field be blank instead. Is there a way to eliminate that via a function of some kind?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WPXtension

    (@wpxteam)

    Hi,

    I hope you are doing well today. You can add the following code inside your child theme’s functions.php file. We recommend using a child theme rather than the main/parent theme.

    add_filter( 'psfw_mail_address', '__return_false' );
    

    Suggestion: You can also add the snippet using a plugin called?Code Snippets

    If you found this plugin helpful. Our humble request to you to write some words for us here: https://www.ads-software.com/support/plugin/product-share/reviews/

    Your words will inspire us to do more.

    Thanks in advance

Viewing 1 replies (of 1 total)