media_upload_html_bypass [ WordPress Functions ]
media_upload_html_bypass ( No parameters )
| Defined at: |
|
| Codex |
Similar Functions: media_upload_flash_bypass, media_upload_tabs, media_upload_library, the_media_upload_tabs, media_upload_image
Displays the browser's built-in uploader message.
Source
function media_upload_html_bypass() {
?>
<p class="upload-html-bypass hide-if-no-js">
<?php _e('You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the multi-file uploader</a>.'); ?>
</p>
<?php
}Examples [ wp-snippets.com ]
Top Google Search Results
- How to filter a wordpress core function? - WordPress Answers
Apr 18, 2012 ... The text that i need to change is in media_upload_html_bypass() : <?php _e('You are using the browser’s built-in file uploader.
wordpress.stackexchange.com - How to Automatically Insert Into Post when uploading Media in ...
Jul 16, 2012... function _force_html_uploader( $flash ) { remove_action('post-html-upload-ui', ' media_upload_html_bypass' ); return false; }. Then tell WP to ...
aubreypwd.com - flash_uploader | trepmal's things
Mar 27, 2011 ... remove_action ( 'post-html-upload-ui' , 'media_upload_html_bypass' );. return false;. This entry was posted in WordPress Bits and tagged flash, ...
trepmal.com - media.php - PHP Cross Reference of WordPress Source - Yoast
media_upload_html_bypass() media_upload_bypass_url() .... media_upload_html_bypass($flash = true) X-Ref. {@internal Missing Short Description}} ...
xref.yoast.com
