Viewing 1 replies (of 1 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello aziz97,

    Thanks for contacting us.

    Please add the below filter in your theme’s functions.php file and add your own title to show.

    function wqcmv_table_headers_custom( $default_headers){
       $default_headers['title'] = esc_html__('YOUR TITLE', 'woocommerce-quick-cart-for-multiple-variations');
       return $default_headers;
     }
     add_filter( 'wqcmv_table_headers','wqcmv_table_headers_custom', 10, 1 );

    Best Regards,
    Hitendra & Dotstore Team

Viewing 1 replies (of 1 total)
  • The topic ‘Rename text “Title”’ is closed to new replies.