Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: uploading_iframe_src

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

Line Code
176 <?php else : ?>
177 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php _e('Create New Page') ?> &raquo;" /> 
178 <?php endif; ?>
179 <input name="referredby" type="hidden" id="referredby" value="<?php echo $sendto; ?>" />
180 </p>
181
182 <?php
183 $uploading_iframe_ID = (0 == $post_ID ? $temp_ID : $post_ID);
184 $uploading_iframe_src = "inline-uploading.php?action=view&amp;post=$uploading_iframe_ID";
185 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
186 if ( false != $uploading_iframe_src )
187      echo '<iframe id="uploading" border="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';
188 ?>
189
190 <div id="advancedstuff" class="dbx-group">
191
192 <fieldset id="postcustom" class="dbx-box">
193 <h3 class="dbx-handle"><?php _e('Custom Fields') ?></h3>
194 <div id="postcustomstuff" class="dbx-content">