Freedom

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
in reply to: Redirect instead of force download? #163820

Freedom
Participant
This reply has been marked as private.
in reply to: Remove front-end JS files? #163816

Freedom
Participant

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.
in reply to: Remove front-end JS files? #163454

Freedom
Participant

Thank you for the quick response.

Is there any way to do this with a hook/filter? I’d prefer if I didn’t have to edit core files every time I do updates as it’s not best practice.

If not, is it possible to put a hook/filter on the roadmap? Even better if it could work in the Settings screen you already have setup for this purpose, but anything persistent would be really nice.

Viewing 3 posts - 1 through 3 (of 3 total)