# userswp/1.2.68/templates/bootstrap/users-item.php

UsersWP – Front-end login form, User Registration, User Profile &amp; Members Directory plugin for WP, version 1.2.68. 14 lines.

- Page: https://pluginprobe.com/plugins/userswp/1.2.68/code/templates/bootstrap/users-item.php
- Raw: https://pluginprobe.com/plugins/userswp/1.2.68/raw/templates/bootstrap/users-item.php
- Modified: 2024-03-13T13:47:28+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/userswp/1.2.68/code/templates/bootstrap/users-item.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

?>
<div class="col mb-4">
	<div class="card uwp-users-list-user text-center h-100">
			<?php echo UsersWP_Templates::users_list_item_template_content(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
	</div>
</div>


```
