Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to display the checkout page title.
By default the checkout page title is hidden visually with the screen-reader-only CSS class.
Parameters #
$display(bool) Whether to display the title. Defaults tofalse.
Examples #
/**
* Show checkout page title
*/
add_filter( 'fc_display_checkout_page_title', '__return_true', 10 );
