Change Admin Footer Text

PHOTO EMBED

Sun Oct 13 2024 19:26:07 GMT+0000 (Coordinated Universal Time)

Saved by @Y@sir

add_filter( 'admin_footer_text', function ( $text ) {
    return sprintf(
        'Thank you for visiting %s',
        esc_url( home_url() ),
        esc_html( get_bloginfo( 'name' ) )
    );
} );
content_copyCOPY

https://ferdy.com/the-best-code-snippets-for-wordpress/