Get the option name for storing paused extensions.
WP_Paused_Extensions_Storage::is_api_loaded
Checks whether the underlying API to store paused extensions is loaded.
WP_Paused_Extensions_Storage::delete_all
Remove all paused extensions.
WP_Paused_Extensions_Storage::get_all
Gets the paused extensions with their errors.
Advertisement
WP_Paused_Extensions_Storage::get
Gets the error for an extension, if paused.
WP_Paused_Extensions_Storage::delete
Forgets a previously recorded extension error.
WP_Paused_Extensions_Storage::set
Records an extension error.
WP_Paused_Extensions_Storage::__construct
Constructor.
Advertisement
WP_Paused_Extensions_Storage
Core class used for storing paused extensions.