Make WordPress Core


Ignore:
Timestamp:
03/05/2024 11:41:53 AM (15 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-admin/includes/plugin.php

    r57770 r57772  
    24572457 *
    24582458 * @since 5.2.0
     2459 *
     2460 * @global WP_Paused_Extensions_Storage $_paused_plugins
    24592461 *
    24602462 * @param string $plugin Path to the plugin file relative to the plugins directory.
     
    24792481 *
    24802482 * @since 5.2.0
     2483 *
     2484 * @global WP_Paused_Extensions_Storage $_paused_plugins
    24812485 *
    24822486 * @param string $plugin Path to the plugin file relative to the plugins directory.
     
    25542558 * @since 5.2.0
    25552559 *
    2556  * @global string $pagenow The filename of the current screen.
     2560 * @global string                       $pagenow         The filename of the current screen.
     2561 * @global WP_Paused_Extensions_Storage $_paused_plugins
    25572562 */
    25582563function paused_plugins_notice() {
Note: See TracChangeset for help on using the changeset viewer.