Great solution, thank you! It removes it on all pages where WPDM is not used, but keeps it on pages which show WPDM shortcodes. ๐
I noticed these two things are also included on ALL pages on my site:
<meta name="generator" content="WordPress Download Manager 3.2.18" />
<style>
/* WPDM Link Template Styles */ </style>
Even if I remove all other generator tags with this:
remove_action( 'wp_head', 'wp_generator' );
The meta generator still displays.
Is there any way to remove them both – either at all or when not in use?
-
This reply was modified 3 years, 6 months ago by
Freedom.