Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: add_meta_box() | Adds a meta box to one or more screens. |
wp-admin/includes/nav-menu.php: wp_nav_menu_post_type_meta_boxes() | Creates meta boxes for any post type menu item. |
wp-admin/includes/nav-menu.php: wp_nav_menu_taxonomy_meta_boxes() | Creates meta boxes for any taxonomy menu item. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/user.php: update_user_option() | Update user option with global blog capability. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |