Switch language

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




register_nav_menus [ WordPress Function ]

register_nav_menus ( $locations = array() )
Parameters:
  • (array) $locations Associative array of menu location identifiers (like a slug) and descriptive text.
Defined at:



Register navigation menus for a theme.

Source


<?php
function register_nav_menus$locations = array() ) {
    global 
$_wp_registered_nav_menus;

    
add_theme_support'menus' );

    
$_wp_registered_nav_menus array_merge( (array) $_wp_registered_nav_menus$locations );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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