pfeifferNet

user.php

Functions for user capability.

  • A user has login credentials and is logged in.
Tags
since
6.4.0
copyright

2026 Keith Pfeiffer

Table of Contents

Functions

filter_main_menu()  : array<string|int, mixed>
Filter the user's name into the "member" primary menu item.

Functions

filter_main_menu()

Filter the user's name into the "member" primary menu item.

filter_main_menu(array<string|int, mixed> $sorted_menu_items, object $args) : array<string|int, mixed>
Parameters
$sorted_menu_items : array<string|int, mixed>

The menu items, sorted by each menu item’s menu order.

$args : object

An object containing the wp_nav_menu() arguments.

Tags
since
6.4.0
see
https://developer.wordpress.org/reference/hooks/wp_nav_menu_objects/
Return values
array<string|int, mixed>

The (maybe) modified menu items.


        
On this page

Search results