Okay
  Public Ticket #1129632
Layerslider source code
Closed

Comments

  • digibob started the conversation

    Hi

    How do I take out your advert in the source code?

    <meta name="generator" content="Powered by LayerSlider 6.1.6 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." />
    < !-- LayerSlider updates and docs at: https://layerslider.kreaturamedia.com — >

    My clients want it out.


    Thanks

    Rob

  • [deleted] replied

    Hey Rob,

    You can remove it with the following code:

    add_filter('ls_meta_generator', function() {
        return '';
    });

    You can copy it for example to the theme's functions.php file.


  • digibob replied

    Thanks Attila! Worked a treat!! :-)