do_action( ‘in_admin_footer’ )

In this article

Fires after the opening tag for the admin footer.

More Information

The in_admin_footer action is triggered just after the <div id="footer"> tag of the wp-admin/admin-footer.php page. This position makes it a prime location for hooking javascript that fires on document.ready for the admin page. Also good for php functions targeted at customization of the admin footer.

Source

do_action( 'in_admin_footer' );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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