Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrew Munro

    (@sumobi)

    I’m not sure I understand, are you using Easy Digital Downloads? Can you show me a screenshot of what you’d like to hide?

    I am pretty sure he means the “Download Files” Metabox in the download editor screen. I came here to ask for the same option.

    Thanks!

    Plugin Author Andrew Munro

    (@sumobi)

    Ahh, the easiest way is to simply use CSS to hide the metabox in the admin:

    #edd_product_files { display: none; }

    You’ll need to load this CSS into the admin only, adding to your theme’s style.css won’t work. You can do this via code, or use a plugin such as: https://www.ads-software.com/plugins/add-admin-css/

    Thanks!

    I searched right after I posted and went with this function which removes it for ALL downloads. It would be nice to work it into the plugin so it only removes the metabox if the Download is set to “Service”.
    remove_meta_box( ‘edd_product_files’, ‘download’, ‘normal’ );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Download Files Panel’ is closed to new replies.