Changeset 133085
- Timestamp:
- 07/08/2009 05:33:43 PM (17 years ago)
- Location:
- sabre
- Files:
-
- 2 edited
-
tags/0.9.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sabre/tags/0.9.0/readme.txt
r128912 r133085 82 82 1. [Polish](http://dev.m1chu.eu/index.php?title=Polska_translacja_Sabre) (thanks to m1chu) 83 83 1. [Portuguese - Brazil](http://www.tudoparawordpress.com.br/download/plugins/sabre.0.8.1-pt-BR.zip) (thanks to Gustavo) 84 1. [Italian](http://gidibao.net/index.php/2009/07/07/sabre-in-italiano/) (thanks to Gianni) 84 85 85 86 If you can't find the files for your language, you can create them yourself with the sabre.pot file included in the package and PoEdit. … … 102 103 If you're a plugin or theme designer, you can use the following Sabre's action hooks: 103 104 104 1. **sabre _accepted_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add_action('sabre_accepted_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre.105 1. **sabre _cancelled_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add_action('sabre_cancelled_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre.105 1. **sabre\_accepted\_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add\_action('sabre\_accepted\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre. 106 1. **sabre\_cancelled\_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add\_action('sabre\_cancelled\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre. 106 107 107 108 == Screenshots == -
sabre/trunk/readme.txt
r128912 r133085 82 82 1. [Polish](http://dev.m1chu.eu/index.php?title=Polska_translacja_Sabre) (thanks to m1chu) 83 83 1. [Portuguese - Brazil](http://www.tudoparawordpress.com.br/download/plugins/sabre.0.8.1-pt-BR.zip) (thanks to Gustavo) 84 1. [Italian](http://gidibao.net/index.php/2009/07/07/sabre-in-italiano/) (thanks to Gianni) 84 85 85 86 If you can't find the files for your language, you can create them yourself with the sabre.pot file included in the package and PoEdit. … … 102 103 If you're a plugin or theme designer, you can use the following Sabre's action hooks: 103 104 104 1. **sabre _accepted_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add_action('sabre_accepted_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre.105 1. **sabre _cancelled_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add_action('sabre_cancelled_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre.105 1. **sabre\_accepted\_registration** : Fired whenever the registration of a new user is fully accepted. You can simply add the following in your code: < ?php add\_action('sabre\_accepted\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been registered by Sabre. 106 1. **sabre\_cancelled\_registration** : Fired each time you unregister a user. Just add the following in your code: < ?php add\_action('sabre\_cancelled\_registration', 'myownfunctiontolaunch'); ? > to have your 'myownfunctiontolaunch' function executed each time a new user has been unregistered in Sabre. 106 107 107 108 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.