in_admin_footer

in_admin_footer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('in_admin_footer') is found 1 times:

  • /wp-admin/admin-footer.php line 31
    	 * Fires after the opening tag for the admin footer.
    	 *
    	 * @since 2.5.0
    	 */
    	do_action( 'in_admin_footer' );
    	?>
    	<p id="footer-left" class="alignleft">
    		<?php
    		$text = sprintf(
    			/* translators: %s: https://wordpress.org/ */
    			__( 'Thank you for creating with <a href="%s">WordPress</a>.' ),
    

See this hook used in plugins: