Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_nav_menu_item_id_use_once [ WordPress Function ]

_nav_menu_item_id_use_once ( $id, $item )
Access:
  • private
Defined at:



Prevents a menu item ID from being used more than once.

Source


<?php
function _nav_menu_item_id_use_once$id$item ) {
    static 
$_used_ids = array();
    if ( 
in_array$item->ID$_used_ids ) )
        return 
'';
    
$_used_ids[] = $item->ID;
    return 
$id;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics