Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: post-plupload-upload-ui

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

This hook occurs 2 times in this file.

Line Code
210                <div class="post-upload-ui">
211                     <?php
212                     /** This action is documented in wp-admin/includes/media.php */
213                     do_action( 'pre-upload-ui' );
214                     /** This action is documented in wp-admin/includes/media.php */
215                     do_action( 'pre-plupload-upload-ui' );
216
217                     if ( 10 === remove_action( 'post-plupload-upload-ui', 'media_upload_flash_bypass' ) ) {
218                          /** This action is documented in wp-admin/includes/media.php */
219                          do_action( 'post-plupload-upload-ui' );
220                          add_action( 'post-plupload-upload-ui', 'media_upload_flash_bypass' );
221                     } else {
222                          /** This action is documented in wp-admin/includes/media.php */
223                          do_action( 'post-plupload-upload-ui' );
224                     }
225
226                     $max_upload_size = wp_max_upload_size();
227                     if ( ! $max_upload_size ) {
228                          $max_upload_size = 0;
229                     }
230                     ?>
231
232                     <p class="max-upload-size"><?php