Order status name,

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #56136
      acauaferreira
      Participant

      Hello Hero Staff

      I saw in somewhere, i dont remember where:

      Inside orders menu, the order status name fixed right below icon status.

      How to activate this?

    • #56487
      WCFM Forum
      Keymaster

      Hi,

      Please add this code snippet for the purpose –

      add_filter( 'wcfm_order_status_display', function( $label, $the_order ) {
      $label .= '<br />' . wc_get_order_status_name( $the_order->get_status() );
      return $label;
      }, 50, 2 );

      Thank You

Viewing 1 reply thread
  • The topic ‘Order status name,’ is closed to new replies.