br_get_woocommerce_version()
Public function to get WooCommerce version
return string. woocommerce version
br_generate_product_selector($options)
Generate multiple products selector with search field
- $options – array with options. Elements:
- option – array with products id
- block_name – unique name
- name – name, that used as fields name. Must be array, like “br_tabs[additional_product][products][]”
- return – if false, then used echo to display HTML code. If true, then return HTML code as string
return string or void. HTML code
