WC_Data::set_object_read( boolean $read = true )

Set object read property.


Description Description


Parameters Parameters

$read

(Optional) Should read?.

Default value: true


Top ↑

Source Source

File: includes/abstracts/abstract-wc-data.php

	public function set_object_read( $read = true ) {
		$this->object_read = (bool) $read;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.