Template_Handler implements Service, Registerable, Conditional

This class handles adding the product table to the shop, archive, and product search pages.

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().
Conditional
An object which is loaded conditionally.

Table of Contents

add_product_table_after_shop_loop()  : mixed
disable_default_woocommerce_loop()  : mixed
is_required()  : bool
Is this object required?
register()  : mixed
template_shop_override()  : mixed

Methods

add_product_table_after_shop_loop()

public static add_product_table_after_shop_loop() : mixed
Return values
mixed

disable_default_woocommerce_loop()

public static disable_default_woocommerce_loop() : mixed
Return values
mixed

is_required()

Is this object required?

public is_required() : bool
Return values
bool

true if required, false otherwise.

template_shop_override()

public static template_shop_override() : mixed
Return values
mixed

Search results