# userswp/1.2.11/templates/bootstrap/profile.php

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

- Page: https://pluginprobe.com/plugins/userswp/1.2.11/code/templates/bootstrap/profile.php
- Raw: https://pluginprobe.com/plugins/userswp/1.2.11/raw/templates/bootstrap/profile.php
- Modified: 2021-11-04T06:28:08+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.11/code/templates/bootstrap/profile.php#L10-L20`.

```php
<?php
echo do_shortcode("[uwp_profile_header disable_greedy=".$args['disable_greedy']."]");
echo do_shortcode("[uwp_profile_tabs disable_greedy=".$args['disable_greedy']."]");
?>
```
