Comments digibob started the conversationApril 10, 2017 at 2:14pmHi 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] repliedApril 11, 2017 at 8:50amHey 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 repliedApril 11, 2017 at 4:39pmThanks Attila! Worked a treat!! :-) Sign in to reply ...
Hi
How do I take out your advert in the source code?
< !-- LayerSlider updates and docs at: https://layerslider.kreaturamedia.com — >
Thanks
Rob
Hey Rob,
You can remove it with the following code:
You can copy it for example to the theme's functions.php file.
Thanks Attila! Worked a treat!! :-)