Quick_View_Pro implements Service, Registerable
Handles the WooCommerce Quick View Pro integration.
Tags
Interfaces, Classes and Traits
- Service
- Registerable
Table of Contents
- add_plugin_settings() : array<string|int, mixed>
- Add the Quick View Pro plugin settings.
- open_links_in_quick_view() : bool
- Open product table links with Quick View Pro?
- register() : mixed
- Register the integrations for Quick View Pro.
Methods
add_plugin_settings()
Add the Quick View Pro plugin settings.
public
add_plugin_settings(array<string|int, mixed> $settings) : array<string|int, mixed>
Parameters
- $settings : array<string|int, mixed>
-
The list of settings.
Return values
array<string|int, mixed> —The list of settings.
open_links_in_quick_view()
Open product table links with Quick View Pro?
public
static open_links_in_quick_view() : bool
Return values
bool —true to open with QVP.
register()
Register the integrations for Quick View Pro.
public
register() : mixed