If you wanted to place the message toward the bottom i’d suggest..
add_action( 'post-upload-ui', 'upload_window_additions' );
function upload_window_additions() {
echo '<div>Your content</div>';
}
You found a fix whilst i was looking for you, but figured i’d still offer it anyway. 🙂
Related Posts:
- Rename UPLOADS folder with custom WP_CONTENT_DIR
- How to move wp-content (or uploads) outside of the WordPress directory
- Limit Media Library to Given Folder
- Automatically wrap post image in div
- media_handle_upload weird thing
- Looking to display non-image files in Gallery with logo specific to file type
- Syncing Avatars across multisite
- How to re-arrange media uploaded using : media_handle_upload() as per year / month
- Hide upload image fields for the different media upload popups
- How to insert a sitemap within a subsite when using WordPress multisite
- I’m using add_meta_box() but want to include TinyMCE editor *and* Media Uploads for each box
- WordPress media uploader – upload tabs not hiding
- custom upload directory only for plugin uploads
- problem in uploading attachment to custom directory
- Installing new theme on running site
- Media Upload not working after hiding some elements from functions.php
- Personalized Gallery what are my options?
- Can’t upload format files on media library
- the temporary save folder is wrong
- Altered Media Library URLs
- How do I enable the text editer in my WordPress theme? [closed]
- Is there a way to limit multi upload in media upload box?
- Custom Link In WordPress Media “Attachment Details” Upload Screen
- How can I add a Description column to the media library browser screen?
- Upload files in wordpress
- Custom image sizes ignored in WP 3.5
- WordPress uploads directory. Featured Images storage
- Looking for a lightweight theme using WP3 new tags and features (not 2010) [closed]
- What is the best way to customise admin files so they survive future upgrades?
- Creating my own Admin Forms in a WordPress CMS?
- Custom taxonomy: same terms, but for different years
- Best practices for A/B testing?
- Editing the Number at the end of Page URLs / Editing Page Slugs
- Can I use $wpdb for my custom tables in the WordPress database?
- How to get input_attrs in the sanitize function?
- Integrating MailChimp newsletters as post
- What is WordPress file encoding?
- Change from /wp-admin/ to something else?
- Auto add taxonomy if post has category
- Add a containing DIV to core Gutenberg blocks
- Allow comments without approval for custom content type
- Add ‘Right Now’ widget to custom dashboard
- Are there any security issues with setting the WP_INSTALLING constant to true?
- Naming script handles right way
- How to edit pages after installing WP
- Exclude custom taxonomy tag from loop
- Multiple WordPress outside wordPress installation?
- WordPress generated links – menus and home_url() – not using https despite settings
- How to use
- How to check if a custom user profile field is empty
- Properly customizing login/register form
- Fastest way to get the comment and ping total count for a post
- want to create a subcategory.php to manage subcats
- Updates for a private theme
- How to add textarea field to taxonomy (tag)?
- Contact From 7 Custom Validation Issues
- How to add an extra button on woocommerce shop page and use it to send the product info with image in a mail? [closed]
- education system [closed]
- Search widget will search everything in the site, how to limit to only search gallery name
- custom post type – page template
- Order posts with a custom field but also without
- How to hook up search results page to a back-end page?
- Custom Role with Own Page Edit Capability
- List top 5 authors with most posts
- CSS Styling a specific page
- How can I start over on my site? [closed]
- Plugin to allow registered users to customize their layout [closed]
- Can Username and Password be passed to WP Login page in an IFrame?
- Custom Columns WordPress Admin
- Get users based on month ACF datepicker field
- Trigger Customizer Publish (save) Action
- Edit value=”” of a button in child theme
- External Link Button Under Post Excerpt on Index.php
- WP function duplicating body content
- Custom blog setting directs blog to index page
- WooCommer Product Category Loop – How to change the display order of the rating and price?
- How to Remove the Custom Theme Panel from a Theme?
- title tag function
- How to do multi site setup
- Is it possible to edit a wordpress category with Gutenberg?
- How to change Login default blue admin color?
- I want to change url structure of my created archieve pages
- Simple Add To Cart Ajax Button
- How to prepend block content in getSaveElement filter?
- Upload advanced custom field text link array with csv
- Advice on how to structure a custom plugin
- How can I delete the word `Category:` from page titles? [duplicate]
- How can I add category variable inside posts?
- Create page when a new site in multisite network is created?
- Figuring out how to create “Option Pages” in WordPress admin
- Including a Customized Initialize File with a wordpress header
- Link to a new page into a plugin
- How do I change the content of an element for a theme without losing the styling?
- Change the – WordPress from titlebar?
- I can’t override CSS
- Url rewriting on custom post with CPT UI plugin
- Add field to post form
- Setting variables as custom field values
- Which IDE best for WordPress Development? [closed]
- How do I fix the url when clicking on portfolio item?