do_action( 'core_upgrade_preamble' )
- Since
- 2.9.0
Fires after the core, plugin, and theme update tables.
Fired at · 1
wp-admin/update-core.php:1139file scope
Source
View on Trac ↗View on GitHub ↗
1133 1134 1135 * Fires after the core, plugin, and theme update tables.1136 *1137 * @since 2.9.01138 */1139 do_action( 'core_upgrade_preamble' );1140 echo '</div>';1141 1142 wp_localize_script(1143 'updates',1144 '_wpUpdatesItemCounts',1145 array(
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.7.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.