apply_filters( 'nav_menu_item_title', string $title, WP_Post $item, stdClass $args, int $depth )

Filters a menu item’s title.


Description


Parameters

$title

(string) The menu item's title.

$item

(WP_Post) The current menu item.

$args

(stdClass) An object of wp_nav_menu() arguments.

$depth

(int) Depth of menu item. Used for padding.


Source

File: addons/nav-menu/classes/class-astra-custom-nav-walker.php

View on Trac


Changelog

Changelog
Version Description
4.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.