open views/login_form_include_iframe_mode_links.php
or views/login_form_include_noiframe_mode_links.php (if on iframe or not)
search for this code:
Code: Select all
<a class="button" href="<?php echo wp_logout_url(); ?>"><?php echo __('Logout' , 'wp-w3all-phpbb-integration' ); ?></a>
Code: Select all
<form action="<?php echo wp_logout_url(); ?>">
<input class="" type="submit" value="<?php echo __('Logout' , 'wp-w3all-phpbb-integration' ); ?>" />
</form>