# friends/4.3.0/templates/frontend/error-message.php

Friends, version 4.3.0. 11 lines.

- Page: https://pluginprobe.com/plugins/friends/4.3.0/code/templates/frontend/error-message.php
- Raw: https://pluginprobe.com/plugins/friends/4.3.0/raw/templates/frontend/error-message.php
- Modified: 2025-03-20T16:00:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/friends/4.3.0/code/templates/frontend/error-message.php#L10-L20`.

```php
<div class="columns">
	<div class="card column col-12">
		<div class="card-body message">
			<strong class="message"><?php echo wp_kses_post( $args['message'] ); ?></strong>
			<?php if ( $args['error'] ) : ?>
			<blockquote class="error"><?php echo wp_kses_post( $args['error'] ); ?></blockquote>
			<?php endif; ?>
		</div>
	</div>
</div>

```
