Form::set_default_object()

Fills the $original property with a default object.

Description

This method is called if a new object has been instantiated.

See also

Source

File: src/db-objects/forms/form.php

	protected function set_default_object() {
		$this->original = new WP_Post( new stdClass() );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.