Make WordPress Core

Changeset 44609


Ignore:
Timestamp:
01/16/2019 03:37:38 AM (6 years ago)
Author:
pento
Message:

Docs: Add documentation for the wp_maybe_auto_update action.

Props MikeGillihan.
Fixes #43301.

File:
1 edited

Legend:

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

    r43571 r44609  
    233233    // Trigger background updates if running non-interactively, and we weren't called from the update handler.
    234234    if ( $doing_cron && ! doing_action( 'wp_maybe_auto_update' ) ) {
     235        /**
     236         * Fires during wp_cron, starting the auto update process.
     237         *
     238         * @since 3.9.0
     239         */
    235240        do_action( 'wp_maybe_auto_update' );
    236241    }
Note: See TracChangeset for help on using the changeset viewer.