WP_Paused_Extensions_Storage::is_api_loaded(): bool

In this article

Checks whether the underlying API to store paused extensions is loaded.

Return

bool True if the API is loaded, false otherwise.

Source

protected function is_api_loaded() {
	return function_exists( 'get_option' );
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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