Removing some of auction fields

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 0 reply threads
  • Author
    Posts
    • #127443
      admin-6781
      Participant

      Hi I am trying to remove some of auctions fields as I dont want the to be available

      i put this code

      add_filter( ‘wcfm_product_manage_wcsauction_fields’, function( $auction_fileds, $product_id ) {

      $auction_fileds = wcfm_hide_field( ‘_yith_check_time_for_overtime_option wcfm_title auction’, $auction_fileds );
      $auction_fileds = wcfm_hide_field( ‘_yith_overtime_option wcfm_title auction’, $auction_fileds );
      $auction_fileds = wcfm_hide_field( ‘_yith_wcact_auction_automatic_reschedule wcfm_title auction’, $auction_fileds );
      $auction_fileds = wcfm_hide_field( ‘_yith_wcact_automatic_reschedule_auction_unit wcfm_title auction’, $auction_fileds );
      $auction_fileds = wcfm_hide_field( ‘_yith_wcact_overtime_checkbox wcfm_title auction’, $auction_fileds );
      return $auction_fileds;
      } );

      But didn’t work.

      any one can help me please

Viewing 0 reply threads
  • You must be logged in to reply to this topic.