Thread Starter
w1serg
(@w1serg)
I checked plugin code and add it manually for now for myself.
If it’s possible (is there repo for plugin?) I can do a pull request.
Inside \Auto_Hie_Category_Menu::atakanau_autocategorymenu, I add new attr to shortcode_atts:
'subi_a_aft' => false // sub item, after a tag has children item
Inside \Auto_Hie_Category_Menu::atakanau_category I add right after $category->cat_name this line:
($html_sub && $params['subi_a_aft'] ? $params['subi_a_aft'] : '')
-
This reply was modified 3 years, 9 months ago by w1serg.
-
This reply was modified 3 years, 9 months ago by w1serg.
-
This reply was modified 3 years, 9 months ago by w1serg.
-
This reply was modified 3 years, 9 months ago by w1serg.
I have the same problem in the 3.0.9 for all emails from the appointments plugin (https://bookingwp.com/plugins/woocommerce-appointments/) with attachment as .ics file.
I rolled back to the 3.0.7 and it’s work fine.