• i want to make a different upload manager for pages/posts, the only problem i got now is how to not show the existent one. Is there any hook for it?

    The same is for tags input in posts (i am using trunk version, not sure if tags are supported allready in normal version)

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    The upload manager is loaded into an iframe, so it’s sort of a separate page. If you write your own replacement for it, you can hook the uploading_iframe_src filter, and that will let you change the URL of that iframe’s source to call your own upload manager instead.

Viewing 1 replies (of 1 total)

The topic ‘how to hide upload manager in plugins’ is closed to new replies.