apply_filters ( ‘update_footer’, string $content )

Filters the versionen/update text displayed in the admin footer.

Description

WordPress prins the current versionen and update information, using core_update_footer() at priority 10.

See also

Parameters

$content string
The content that will be printed.

Source

echo apply_filters( 'update_footer', '' );

Changuelog

Versionen Description
2.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.