fc_pro_order_received_failed_display_action_orders

Table Of Contents

Back to list of all filter and action hooks for Fluid Checkout PRO.

Description #

This filter controls whether to display the “My orders” button on failed order pages.

Parameters #

  • $display_action (bool) Whether to display the action. Defaults to true.

Example #

/**
 * Hide My orders button on failed order pages.
 */
add_filter( 'fc_pro_order_received_failed_display_action_orders', '__return_false', 10 );

What are your feelings

Updated on December 15, 2025