Select Page

All of these functions are in the BeRocket_tab_manager class as static functions.

init ()

Function for initialize scripts.

admin_init ()

Function for initializing scripts and settings page in admin panel.

options ()

Add option page to admin menu.

br_get_template_part( $name = ” )

Get template part (for templates like the slider).

  • $name – template name

Default templates are placed in plugins folder woocommerce-product-tab-manager/templates.

To rewrite the template in your theme folder create folder with name woocommerce-tab_manager and places new template with identical name in this folder.