All of these functions are in the BeRocket_LGV class as static functions.
init ()
Function for initializing scripts and adding buttons.
set_styles ()
Function for setting user styles in the plugin settings.
additional_product_data ()
Function for adding additional settings for page for using in list style.
br_get_template_part( $name = ” )
Get template part (for templates like the slider).
Place default templates in the plugin folder
woocommerce-grid-list-view/templates.
To rewrite the template in your theme folder create folder with name woocommerce-list_grid and places new template with identical name in this folder.
show_buttons_fix ()
Displays Grid/List button.
show_product_count_fix ()
Displays product count links.
register_lgv_options ()
Adds option page to admin menu.
activation ()
Adds settings on plugin activation.
deactivation ()
Removes all settings in the plugin.
