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