Switch language

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




wp_nav_menu_manage_columns [ WordPress Function ]

wp_nav_menu_manage_columns ( No parameters )
Returns:
  • (string|WP_Error) $output The menu formatted to edit or error object on failure.
Defined at:



Returns the columns for the nav menus page.

Source


<?php
function wp_nav_menu_manage_columns() {
    return array(
        
'_title' => __('Show advanced menu properties'),
        
'cb' => '<input type="checkbox" />',
        
'link-target' => __('Link Target'),
        
'css-classes' => __('CSS Classes'),
        
'xfn' => __('Link Relationship (XFN)'),
        
'description' => __('Description'),
    );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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