Limited availability during the holidays

Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.

We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!

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!! :-)