Viewing 1 replies (of 1 total)
  • MA

    (@gasparnemes)

    Hi there,

    Thanks for highlighting this, we will make optional in the next release, in the meanwhile you can add the following script to the functions.php to disable the branding

    add_action('moove_gdpr_footer_branding_text','gdpr_branding_powered_by');
    function gdpr_branding_powered_by( $content ){
        return '';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Forced Powered by link is against plugin directory guidelines.’ is closed to new replies.