Gets whether settings are or will be previewed.
Description
See also
Source
public function settings_previewed() {
return $this->settings_previewed;
}
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
Gets whether settings are or will be previewed.
public function settings_previewed() {
return $this->settings_previewed;
}
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.