Fills the $original property with a default object.
Description
Source
File: src/db-objects/form-categories/form-category.php
protected function set_default_object() { $this->original = new WP_Term( new stdClass() ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |