# userswp/trunk/includes/deprecated-functions.php

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

- Page: https://pluginprobe.com/plugins/userswp/trunk/code/includes/deprecated-functions.php
- Raw: https://pluginprobe.com/plugins/userswp/trunk/raw/includes/deprecated-functions.php
- Modified: 2020-01-23T14:10: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/trunk/code/includes/deprecated-functions.php#L10-L20`.

```php
<?php
/**
 * Function to get redirect URL for login and register forms
 * @deprecated
 */
function uwp_get_redirect_url(){
	_deprecated_function( 'uwp_get_redirect_url', '1.2.0.13' );
}
```
