apply_filters( 'bigcommerce/nav/logout/title', string $title, WP_Post $menu_item )

Summary

Filter the title of the Sign Out link in the nav menu


Parameters

$title

(string) The menu item title

$menu_item

(WP_Post) The menu item, a WP_Post that has passed through wp_setup_nav_menu_item()


Source

File: src/BigCommerce/Accounts/Nav_Menu.php



User Contributed Notes

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