Hi,
when i activate the Download Manager Plugin i get this mediaelements at the bottom of the page. https://prnt.sc/tb6hdz
How can i get rid of it? Not just hiding with css but completely removing it?
I already tried the following but didn’t work for me.
function deregister_media_elements(){
wp_deregister_script('wp-mediaelement');
wp_deregister_style('wp-mediaelement');
}
add_action('wp_enqueue_scripts','deregister_media_elements');
Thank your for your help!
Matt
-
This topic was modified 4 years, 10 months ago by
smoco.