<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[25410] trunk/src/wp-includes/nav-menu-template.php: Inline docs for hooks in `wp-includes/nav-menu-template.php`.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/25410">25410</a></dd>
<dt>Author</dt> <dd>helen</dd>
<dt>Date</dt> <dd>2013-09-12 18:47:27 +0000 (Thu, 12 Sep 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Inline docs for hooks in `wp-includes/nav-menu-template.php`. props Faison. see <a href="http://core.trac.wordpress.org/ticket/25229">#25229</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludesnavmenutemplatephp">trunk/src/wp-includes/nav-menu-template.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludesnavmenutemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-includes/nav-menu-template.php (25409 => 25410)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-includes/nav-menu-template.php      2013-09-12 18:37:32 UTC (rev 25409)
+++ trunk/src/wp-includes/nav-menu-template.php 2013-09-12 18:47:27 UTC (rev 25410)
</span><span class="lines">@@ -72,9 +72,27 @@
</span><span class="cx">          $classes = empty( $item->classes ) ? array() : (array) $item->classes;
</span><span class="cx">          $classes[] = 'menu-item-' . $item->ID;
</span><span class="cx"> 
</span><ins>+               /**
+                * Filter the CSS class(es) applied to a menu item's <li>.
+                *
+                * @since 3.0.0
+                *
+                * @param array $classes The CSS classes that are applied to the menu item's <li>.
+                * @param object $item The current menu item.
+                * @param array $args Arguments from {@see wp_nav_menu()}.
+                */
</ins><span class="cx">           $class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );
</span><span class="cx">          $class_names = $class_names ? ' class="' . esc_attr( $class_names ) . '"' : '';
</span><span class="cx"> 
</span><ins>+               /**
+                * Filter the ID applied to a menu item's <li>.
+                *
+                * @since 3.0.1
+                *
+                * @param string The ID that is applied to the menu item's <li>.
+                * @param object $item The current menu item.
+                * @param array $args Arguments from {@see wp_nav_menu()}.
+                */
</ins><span class="cx">           $id = apply_filters( 'nav_menu_item_id', 'menu-item-'. $item->ID, $item, $args );
</span><span class="cx">          $id = $id ? ' id="' . esc_attr( $id ) . '"' : '';
</span><span class="cx"> 
</span><span class="lines">@@ -86,6 +104,22 @@
</span><span class="cx">          $atts['rel']    = ! empty( $item->xfn )        ? $item->xfn        : '';
</span><span class="cx">          $atts['href']   = ! empty( $item->url )        ? $item->url        : '';
</span><span class="cx"> 
</span><ins>+               /**
+                * Filter the HTML attributes applied to a menu item's <a>.
+                *
+                * @since 3.6.0
+                *
+                * @param array $atts {
+                *     The HTML attributes applied to the menu item's <a>, empty strings are ignored.
+                *
+                *     @type string $title The title attribute.
+                *     @type string $target The target attribute.
+                *     @type string $rel The rel attribute.
+                *     @type string $href The href attribute.
+                * }
+                * @param object $item The current menu item.
+                * @param array $args Arguments from {@see wp_nav_menu()}.
+                */
</ins><span class="cx">           $atts = apply_filters( 'nav_menu_link_attributes', $atts, $item, $args );
</span><span class="cx"> 
</span><span class="cx">          $attributes = '';
</span><span class="lines">@@ -98,10 +132,25 @@
</span><span class="cx"> 
</span><span class="cx">          $item_output = $args->before;
</span><span class="cx">          $item_output .= '<a'. $attributes .'>';
</span><ins>+               //duplicate_hook
</ins><span class="cx">           $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
</span><span class="cx">          $item_output .= '</a>';
</span><span class="cx">          $item_output .= $args->after;
</span><span class="cx"> 
</span><ins>+               /**
+                * Filter a menu item's starting output.
+                *
+                * The menu item's starting output only includes $args->before, the opening <a>,
+                * the menu item's title, the closing </a>, and $args->after. Currently, there is
+                * no filter for modifying the opening and closing <li> for a menu item.
+                *
+                * @since 3.0.0
+                *
+                * @param string The menu item's starting HTML output.
+                * @param object $item The current menu item.
+                * @param int $depth From {@see Walker_Nav_Menu::start_el}.
+                * @param array $args Arguments from {@see wp_nav_menu()}.
+                */
</ins><span class="cx">           $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -152,6 +201,13 @@
</span><span class="cx">  'depth' => 0, 'walker' => '', 'theme_location' => '' );
</span><span class="cx"> 
</span><span class="cx">  $args = wp_parse_args( $args, $defaults );
</span><ins>+       /**
+        * Filter the arguments used to display a navigation menu.
+        *
+        * @since 3.0.0
+        *
+        * @param array $args Arguments from {@see wp_nav_menu()}.
+        */
</ins><span class="cx">   $args = apply_filters( 'wp_nav_menu_args', $args );
</span><span class="cx">  $args = (object) $args;
</span><span class="cx"> 
</span><span class="lines">@@ -196,6 +252,13 @@
</span><span class="cx"> 
</span><span class="cx">  $show_container = false;
</span><span class="cx">  if ( $args->container ) {
</span><ins>+               /**
+                * Filter the list of HTML tags that are valid for use as menu containers.
+                *
+                * @since 3.0.0
+                *
+                * @param array The acceptable HTML tags for use as menu containers, defaults as 'div' and 'nav'.
+                */
</ins><span class="cx">           $allowed_tags = apply_filters( 'wp_nav_menu_container_allowedtags', array( 'div', 'nav' ) );
</span><span class="cx">          if ( in_array( $args->container, $allowed_tags ) ) {
</span><span class="cx">                  $show_container = true;
</span><span class="lines">@@ -214,6 +277,13 @@
</span><span class="cx"> 
</span><span class="cx">  unset($menu_items);
</span><span class="cx"> 
</span><ins>+       /**
+        * Filter the sorted list of menu item objects before generating the menu's HTML.
+        *
+        * @since 3.1.0
+        *
+        * @param array $sorted_menu_items The menu items, sorted by each menu item's menu order.
+        */
</ins><span class="cx">   $sorted_menu_items = apply_filters( 'wp_nav_menu_objects', $sorted_menu_items, $args );
</span><span class="cx"> 
</span><span class="cx">  $items .= walk_nav_menu_tree( $sorted_menu_items, $args->depth, $args );
</span><span class="lines">@@ -235,8 +305,23 @@
</span><span class="cx"> 
</span><span class="cx">  $wrap_class = $args->menu_class ? $args->menu_class : '';
</span><span class="cx"> 
</span><del>-       // Allow plugins to hook into the menu to add their own <li>'s
</del><ins>+        /**
+        * Filter the HTML list content for navigation menus.
+        *
+        * @since 3.0.0
+        *
+        * @param string $items The HTML list content for the menu items.
+        * @param array $args Arguments from {@see wp_nav_menu()}.
+        */
</ins><span class="cx">   $items = apply_filters( 'wp_nav_menu_items', $items, $args );
</span><ins>+       /**
+        * Filter the HTML list content for a specific navigation menu.
+        *
+        * @since 3.0.0
+        *
+        * @param string $items The HTML list content for the menu items.
+        * @param array $args Arguments from {@see wp_nav_menu()}.
+        */
</ins><span class="cx">   $items = apply_filters( "wp_nav_menu_{$menu->slug}_items", $items, $args );
</span><span class="cx"> 
</span><span class="cx">  // Don't print any markup if there are no items at this point.
</span><span class="lines">@@ -249,6 +334,14 @@
</span><span class="cx">  if ( $show_container )
</span><span class="cx">          $nav_menu .= '</' . $args->container . '>';
</span><span class="cx"> 
</span><ins>+       /**
+        * Filter the HTML content for navigation menus.
+        *
+        * @since 3.0.0
+        *
+        * @param string $nav_menu The HTML content for the navigation menu.
+        * @param array $args Arguments from {@see wp_nav_menu()}.
+        */
</ins><span class="cx">   $nav_menu = apply_filters( 'wp_nav_menu', $nav_menu, $args );
</span><span class="cx"> 
</span><span class="cx">  if ( $args->echo )
</span></span></pre>
</div>
</div>

</body>
</html>