apply_filters( 'bigcommerce/account/subnav/links', array[] $links )

Summary

Filter the links that show in the account subnav.


Parameters

$links

(array[]) Each link will have the properties: url - The URL of the link label - The label of the link current - Whether the link is to the current page


Source

File: src/BigCommerce/Accounts/Sub_Nav.php


User Contributed Notes

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