Form_Category::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/form-categories/form-category.php

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

Changelog

Changelog
Version Description
1.0.0 Introduced.