Make WordPress Core


Ignore:
Timestamp:
03/05/2024 11:41:53 AM (14 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document the usage of $_paused_plugins and $_paused_themes globals.

Follow-up to [44973].

Props upadalavipul, sabernhardt.
See #60021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r57685 r57772  
    10141014 *
    10151015 * @since 5.2.0
     1016 *
     1017 * @global WP_Paused_Extensions_Storage $_paused_plugins
    10161018 *
    10171019 * @param string[] $plugins Array of absolute plugin main file paths.
     
    10881090 *
    10891091 * @since 5.2.0
     1092 *
     1093 * @global WP_Paused_Extensions_Storage $_paused_themes
    10901094 *
    10911095 * @param string[] $themes Array of absolute theme directory paths.
Note: See TracChangeset for help on using the changeset viewer.