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.7.2

do_action('in_admin_footer') is found 1 times:

  • /wp-admin/admin-footer.php line 31
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    * 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: