Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: {$callback}

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
1623           t.preloadImg.onerror = t.resetImageData;
1624           t.preloadImg.src = src;
1625      }
1626 }
1627 //]]>
1628 </script>
1629
1630 <div id="media-items">
1631 <div class="media-item media-blank">
1632 <?php echo apply_filters($callback, call_user_func($callback)); ?>
1633 </div>
1634 </div>
1635 </form>
1636 <?php
1637      } else {
1638           wp_die( __('Unknown action.') );
1639      }
1640 }
1641