WooCommerce_Shortcodes implements Registerable, Conditional

Tags
author

Barn2 Plugins [email protected]

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

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

$scripts  : Frontend_Scripts
$scripts_loaded  : bool
__construct()  : mixed
do_shortcode_tag()  : mixed
is_required()  : bool
Is this object required?
register()  : mixed
get_supported_shortcodes()  : mixed

Properties

Methods

do_shortcode_tag()

public do_shortcode_tag(mixed $output, mixed $tag, mixed $attr, mixed $m) : mixed
Parameters
$output : mixed
$tag : mixed
$attr : mixed
$m : mixed
Return values
mixed

is_required()

Is this object required?

public is_required() : bool
Return values
bool

true if required, false otherwise.

Search results