Make WordPress Core

Ticket #60021: 60021.10.patch

File 60021.10.patch, 475 bytes (added by upadalavipul, 3 years ago)
  • load.php

     
    10081008 * Filters a given list of plugins, removing any paused plugins from it.
    10091009 *
    10101010 * @since 5.2.0
     1011 *
     1012 * @global WP_Paused_Extensions_Storage wp_paused_plugins.
    10111013 *
    10121014 * @param string[] $plugins Array of absolute plugin main file paths.
    10131015 * @return string[] Filtered array of plugins, without any paused plugins.