Used By
Used By | Description |
---|---|
wp-includes/error-protection.php: wp_paused_plugins() | Get the instance for storing paused plugins. |
wp-includes/error-protection.php: wp_paused_themes() | Get the instance for storing paused extensions. |
Constructor.
(string) (Required) Extension type. Either 'plugin' or 'theme'.
File: wp-includes/class-wp-paused-extensions-storage.php
public function __construct( $extension_type ) { $this->type = $extension_type; }
Version | Description |
---|---|
5.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_paused_extensions_storage/__construct