admin_footer

admin_footer

    add_action('admin_footer', 'hello_dolly');
    
    
    function hello_dolly($input) {
    $chosen = hello_dolly_get_lyric();
    return $input . "<p id='dolly'>$chosen</p>";
    }