Changeset 1014117
- Timestamp:
- 10/26/2014 12:30:38 PM (11 years ago)
- Location:
- login-redirection-link
- Files:
-
- 3 edited
-
branches/1/readme.txt (modified) (2 diffs)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
login-redirection-link/branches/1/readme.txt
r897460 r1014117 3 3 Tags: login, redirect, logout, link, loginout, referer, url, front-end, frontend, redirect_to 4 4 Requires at least: 3.5 5 Tested up to: 3.95 Tested up to: 4.0 6 6 Stable tag: 1.0 7 7 License: GPLv3 … … 16 16 The Plugin affects only the links in front-end. These in wp-login.php and in admin back-end aren't touched. 17 17 18 The plugin hooks into [login_url](http://codex.wordpress.org/Plugin_API/Filter_Reference/login_url) and [logout_url](http://codex.wordpress.org/Plugin_API/Filter_Reference/logout_url). Your code has to call functions which make use of that filters. For example [wp_loginout](http://codex.wordpress.org/Function_Reference/wp_loginout). 19 18 20 == Changelog == 19 21 -
login-redirection-link/tags/1.0/readme.txt
r897460 r1014117 3 3 Tags: login, redirect, logout, link, loginout, referer, url, front-end, frontend, redirect_to 4 4 Requires at least: 3.5 5 Tested up to: 3.95 Tested up to: 4.0 6 6 Stable tag: 1.0 7 7 License: GPLv3 … … 16 16 The Plugin affects only the links in front-end. These in wp-login.php and in admin back-end aren't touched. 17 17 18 The plugin hooks into [login_url](http://codex.wordpress.org/Plugin_API/Filter_Reference/login_url) and [logout_url](http://codex.wordpress.org/Plugin_API/Filter_Reference/logout_url). Your code has to call functions which make use of that filters. For example [wp_loginout](http://codex.wordpress.org/Function_Reference/wp_loginout). 19 18 20 == Changelog == 19 21 -
login-redirection-link/trunk/readme.txt
r897460 r1014117 3 3 Tags: login, redirect, logout, link, loginout, referer, url, front-end, frontend, redirect_to 4 4 Requires at least: 3.5 5 Tested up to: 3.95 Tested up to: 4.0 6 6 Stable tag: 1.0 7 7 License: GPLv3 … … 16 16 The Plugin affects only the links in front-end. These in wp-login.php and in admin back-end aren't touched. 17 17 18 The plugin hooks into [login_url](http://codex.wordpress.org/Plugin_API/Filter_Reference/login_url) and [logout_url](http://codex.wordpress.org/Plugin_API/Filter_Reference/logout_url). Your code has to call functions which make use of that filters. For example [wp_loginout](http://codex.wordpress.org/Function_Reference/wp_loginout). 19 18 20 == Changelog == 19 21
Note: See TracChangeset
for help on using the changeset viewer.