apply_filters( 'bigcommerce/account/do_subnav', bool $display, int $post_id )

Summary

Filter whether to display the account subnav before the post content on account pages.


Parameters

$display

(bool) True to display the subnav, false to skip it

$post_id

(int) The ID of 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.