Product_Tabs_Individual
Class Single_Tabs
Source
File: includes/modules/woocommerce_booster/tab_manager/product_tabs_individual.php
Expand full source code Collapse full source code View on Github
Methods
- add_product_tabs_panel — Add Product tabs tab in Product data panel.
- escape_html — Escape function.
- get_core_tabs_data — Get core tabs data in the same order as in CPT
- get_general_tab_template — Get the template for the general tab that will be cloned in js.
- get_global_tabs_data — Get the global tabs defined in Product tabs cpt.
- get_tab_template_by_type — Get the template for a tab item in the tab panel.
- get_wc_editor_markup — Get wp_editor markup based on content.
- init — Initialize tabs in product edit.
- product_tabs_enqueue_scripts — Enqueue scripts for product tabs.
- register_tabs_data_meta — Register the meta where tabs are stored.
- render_product_tabs — Render the content in product tabs.
- save_tabs_data — Save tabs data.