Skip to content
linchpin edited this page Feb 22, 2023 · 10 revisions

Style

Courier_Style Class

  • Full name: \CourierNotices\Model\Taxonomy\Style

Properties

config

Configuration

private \CourierNotices\Model\Config $config

name

Placement name

public string $name

labels

Labels

private array $labels

args

Arguments

private array $args

Methods

__construct

_Placement constructor.

public __construct(): mixed

get_args

Returns the arguments

public get_args(): array

get_styles

Get all the styles associated with courier notices

public get_styles(string|mixed $fields = 'all'): array|mixed|void

Parameters:

Parameter Type Description
$fields string|mixed Allows for whatever WP_Term_Query allows

get_styles_options

public get_styles_options(): mixed


Automatically generated from source code comments on 2023-02-22 using phpDocumentor and saggre/phpdocumentor-markdown