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

Summary

Filter whether to display the gift certificate subnav before the post content on gift certificate 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/Gift_Certificates/Sub_Nav.php



User Contributed Notes

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