Skip to content

Commit 142c890

Browse files
committed
Merge branch 'master' of github.com:timbofield/wordpress-dispatcher
2 parents 019cc37 + 05339f4 commit 142c890

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WordPress Dispatcher
22

3-
URL endpoints in WordPress
3+
Easily add URL endpoints in WordPress. Map a url to a callback.
44

55
##Example
66

@@ -16,3 +16,12 @@ new \TheFold\WordPress\Dispatch([
1616
}
1717
]);
1818
```
19+
20+
/testing-a-url & /hello-dougle will now be accessable in your WordPress site.
21+
22+
23+
##Install
24+
25+
###Composer
26+
27+
<https://packagist.org/packages/thefold/wordpress-dispatcher>

0 commit comments

Comments
 (0)