WP_Customize_Manager::settings_previewed(): bool

Gets whether settings are or will be previewed.


Description

Top ↑

See also


Top ↑

Return

bool


Top ↑

Source

File: wp-includes/class-wp-customize-manager.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes

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