Plugin Directory

Changeset 1014117


Ignore:
Timestamp:
10/26/2014 12:30:38 PM (11 years ago)
Author:
plocha
Message:

4.0 tag, hook behaviour added

Location:
login-redirection-link
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • login-redirection-link/branches/1/readme.txt

    r897460 r1014117  
    33Tags: login, redirect, logout, link, loginout, referer, url, front-end, frontend, redirect_to
    44Requires at least: 3.5
    5 Tested up to: 3.9
     5Tested up to: 4.0
    66Stable tag: 1.0
    77License: GPLv3
     
    1616The Plugin affects only the links in front-end. These in wp-login.php and in admin back-end aren't touched.
    1717
     18The 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
    1820== Changelog ==
    1921
  • login-redirection-link/tags/1.0/readme.txt

    r897460 r1014117  
    33Tags: login, redirect, logout, link, loginout, referer, url, front-end, frontend, redirect_to
    44Requires at least: 3.5
    5 Tested up to: 3.9
     5Tested up to: 4.0
    66Stable tag: 1.0
    77License: GPLv3
     
    1616The Plugin affects only the links in front-end. These in wp-login.php and in admin back-end aren't touched.
    1717
     18The 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
    1820== Changelog ==
    1921
  • login-redirection-link/trunk/readme.txt

    r897460 r1014117  
    33Tags: login, redirect, logout, link, loginout, referer, url, front-end, frontend, redirect_to
    44Requires at least: 3.5
    5 Tested up to: 3.9
     5Tested up to: 4.0
    66Stable tag: 1.0
    77License: GPLv3
     
    1616The Plugin affects only the links in front-end. These in wp-login.php and in admin back-end aren't touched.
    1717
     18The 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
    1820== Changelog ==
    1921
Note: See TracChangeset for help on using the changeset viewer.