WP_Paused_Extensions_Storage::is_api_loaded(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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' ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_Paused_Extensions_Storage::set()wp-includes/class-wp-paused-extensions-storage.phpRecords an extension error. WP_Paused_Extensions_Storage::delete()wp-includes/class-wp-paused-extensions-storage.phpForgets a previously recorded extension error. WP_Paused_Extensions_Storage::get()wp-includes/class-wp-paused-extensions-storage.phpGets the error for an extension, if paused. WP_Paused_Extensions_Storage::get_all()wp-includes/class-wp-paused-extensions-storage.phpGets the paused extensions with their errors. WP_Paused_Extensions_Storage::delete_all()wp-includes/class-wp-paused-extensions-storage.phpRemove all paused extensions. Changelog VersionDescription5.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.