Hanieh
0
Q:

how to create a logout button in wordpress

<?php if (is_user_logged_in()) : ?>
    <a href="<?php echo wp_logout_url(get_permalink()); ?>">Logout</a>
<?php endif;?>
0

New to Communities?

Join the community