admin_footer_text, . $text .

admin_footer_text, . $text .

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('admin_footer_text, . $text . ') is found 1 times:

  • /wp-admin/admin-footer.php line 48

    * @since 2.8.0
    *
    * @param string $text The content that will be printed.
    */
    echo apply_filters( ‘admin_footer_text’, ‘‘ . $text . ‘‘ );
    ?>