WC_Discounts::get_object
Get the object concerned.
Method of the class: WC_Discounts{}
No Hooks.
Returns
Object.
Usage
$WC_Discounts = new WC_Discounts(); $WC_Discounts->get_object();
Changelog
| Since 3.3.2 | Introduced. |
WC_Discounts::get_object() WC Discounts::get object code WC 10.5.0
public function get_object() {
return $this->object;
}