wp_nav_menu_manage_columns(): string[]
- Since
- 3.0.0
- Source
wp-admin/includes/nav-menu.php:1352
Returns the columns for the nav menus page.
Return
string[]- Array of column titles keyed by their column name.
Uses · 1
- __()Retrieves the translation of $text.
Used by · 1
- WP_Customize_Nav_Menus_Panel::wp_nav_menu_manage_columns()Returns the advanced options for the nav menus page.
Source
function wp_nav_menu_manage_columns() { return array( '_title' => __( 'Show advanced menu properties' ), 'cb' => '<input type="checkbox" />', 'link-target' => __( 'Link Target' ), 'title-attribute' => __( 'Title Attribute' ), 'css-classes' => __( 'CSS Classes' ), 'xfn' => __( 'Link Relationship (XFN)' ), 'description' => __( 'Description' ), );}History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-admin/includes/nav-menu.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.