apply_filters( 'update_footer', string $content )
- Since
- 2.3.0
Filters the version/update text displayed in the admin footer.
Description
WordPress prints the current version and update information, using core_update_footer() at priority 10.
Parameters
$contentstring- The content that will be printed.
Fired at · 1
wp-admin/admin-footer.php:65file scope
Source
View on Trac ↗View on GitHub ↗
59 * @since 2.3.060 *61 * @see core_update_footer()62 *63 * @param string $content The content that will be printed.64 */65 echo apply_filters( 'update_footer', '' );66 ?>67 </p>68 <div class="clear"></div>69</div>70<?php71/**
History
Introduced in 2.3.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 7.0.4 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.