media_upload_text_after() WordPress Function
The media_upload_text_after() function allows you to add text after the media uploader interface. This is useful for adding links or instructions for using the media uploader.
media_upload_text_after() #
Used to display a “After a file has been uploaded.
Contents
Description
.." help message.
Source
File: wp-admin/includes/media.php
function media_upload_text_after() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |