WQV implements Premium_Service, Registerable
Integrates with WooCommerce Quick View Pro
Tags
Interfaces, Classes and Traits
- Premium_Service
- Registerable
Table of Contents
- $settings : mixed
- $theme : mixed
- __construct() : mixed
- Constructor
- integrate_quick_view_pro_loop_button() : string
- Adds quick view pro button to WFC product loop action hooks into `wc_quick_view_pro_shop_loop_button_hook` filter
- register() : void
- Replace QVP loop button on checkout.
Properties
$settings
private
mixed
$settings
Tags
$theme
private
mixed
$theme
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
Tags
Return values
mixed —integrate_quick_view_pro_loop_button()
Adds quick view pro button to WFC product loop action hooks into `wc_quick_view_pro_shop_loop_button_hook` filter
public
integrate_quick_view_pro_loop_button(mixed $hook) : string
Parameters
- $hook : mixed
-
original value of action hook
Tags
Return values
string —register()
Replace QVP loop button on checkout.
public
register() : void