apply_filters( 'update_footer', string $content )
Filters the version/update text displayed in the admin footer.
Description
ClassicPress prints the current version and update information, using core_update_footer() at priority 10.
See also
Parameters
- $content
-
The content that will be printed.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |