WP_Customize_Manager::settings_previewed(): bool

Gets whether settings are or will be previewed.

Description

See also

Return

bool

Source

public function settings_previewed() {
	return $this->settings_previewed;
}

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

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