# userswp/trunk/templates/profile.php

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

- Page: https://pluginprobe.com/plugins/userswp/trunk/code/templates/profile.php
- Raw: https://pluginprobe.com/plugins/userswp/trunk/raw/templates/profile.php
- Modified: 2020-07-16T13:09:12+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/trunk/code/templates/profile.php#L10-L20`.

```php
<?php
echo do_shortcode("[uwp_profile_header]");
echo do_shortcode("[uwp_profile_tabs]");
?>
```
