Changeset 906884
- Timestamp:
- 05/02/2014 01:59:43 PM (12 years ago)
- File:
-
- 1 edited
-
wp-on-routes/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-on-routes/trunk/readme.txt
r906878 r906884 18 18 19 19 == Description == 20 This plugin allows you to: 20 21 21 This plugin allows you to:22 22 1. Add custom routes to your WordPress installation 23 2. Set method GET/POST/DELETE etc.24 3. Set body (as text, or template) or action (using add/do_action). If both are defined, `action` takes precedence over `body`.25 4. Set header (e.g. 'Content-Type' => 'text/html; charset=UTF-8')26 5. Exclude header (e.g. 'Set-Cookie')27 6. Set parameter like '/my/route/:param1/:param2'28 7. Add agents or filter by agents, using regular expressions29 8. Agent filter for negative logic (e.g. /^((?!Firefox).)*$/, which tells "every browser except Firefox")30 9. Include header and footer23 1. Set method GET/POST/DELETE etc. 24 1. Set body (as text, or template) or action (using add/do_action). If both are defined, `action` takes precedence over `body`. 25 1. Set header (e.g. 'Content-Type' => 'text/html; charset=UTF-8') 26 1. Exclude header (e.g. 'Set-Cookie') 27 1. Set parameter like '/my/route/:param1/:param2' 28 1. Add agents or filter by agents, using regular expressions 29 1. Agent filter for negative logic (e.g. /^((?!Firefox).)*$/, which tells "every browser except Firefox") 30 1. Include header and footer
Note: See TracChangeset
for help on using the changeset viewer.