Section_Data
Data passed to each Menu_Section.
Tags
Table of Contents
- $anchor : string
- $description : string
- $products : array<string|int, WC_Product>
- $title : string
Properties
$anchor
public
string
$anchor
The anchor link
$description
public
string
$description
The section description.
$products
public
array<string|int, WC_Product>
$products
The products to display in this section.
$title
public
string
$title
The section title.