I want to create a custom logo so I need change the default logo of the wordpress logo.
Change your dashboard logo to custom logo with this code:
add_action('admin_head', 'my_custom_logo'); function my_custom_logo() { echo ' '; }