Why do you need this? If you are using the membership feature of WordPress and wants to add a logout link via:
Widgets, Menu or Editor:
http://your-domain.com/wp-login.php?action=logout
*Change your-domain.com to your domain.
Template File
<?php echo esc_url( home_url( '/' ) ); ?>wp-login.php?action=logout