Definition:
function wp_nav_menu_manage_columns() {}
Returns the columns for the nav menus page.
Return values
returns:The menu formatted to edit or error object on failure.
Source code
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'), ); }
3929
No comments yet... Be the first to leave a reply!