WQV implements Service, Registerable

Integrates with WooCommerce Quick View Pro

Tags
author

Barn2 Plugins [email protected]

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Service
Marker interface to denote a service.
Registerable
An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter().

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

$theme

private mixed $theme

Methods

__construct()

Constructor

public __construct() : mixed
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
since

v0.1

Return values
string

register()

Replace QVP loop button on checkout.

public register() : void
Return values
void

Search results