Uses
Uses | Description |
---|---|
wp-includes/class-wp-paused-extensions-storage.php: WP_Paused_Extensions_Storage::__construct() | Constructor. |
Get the instance for storing paused plugins.
File: wp-includes/error-protection.php
function wp_paused_plugins() { static $storage = null; if ( null === $storage ) { $storage = new WP_Paused_Extensions_Storage( 'plugin' ); } return $storage; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_paused_plugins