# userswp/1.2.67/templates/users-item.php

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

- Page: https://pluginprobe.com/plugins/userswp/1.2.67/code/templates/users-item.php
- Raw: https://pluginprobe.com/plugins/userswp/1.2.67/raw/templates/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.67/code/templates/users-item.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
<li class="uwp-users-list-user">
    <?php echo UsersWP_Templates::users_list_item_template_content(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
</li>
```
