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

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

- Page: https://pluginprobe.com/plugins/userswp/1.2.67/code/templates/bootstrap/profile.php
- Raw: https://pluginprobe.com/plugins/userswp/1.2.67/raw/templates/bootstrap/profile.php
- Modified: 2025-08-25T12:08:04+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/bootstrap/profile.php#L10-L20`.

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