do_action( 'admin_footer', string $data )

Prints scripts or data before the default footer scripts.


Parameters

$data

(string) The data to print.


Source

File: wp-admin/admin-footer.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.2.0 Introduced.