Skip to content

Commit 1616c3f

Browse files
author
brianvarskonst
committed
Update Readme
- Add links to the examples files instead only note them - Add Ideas Section
1 parent b16618e commit 1616c3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ vendor/bin/phpunit
4141

4242
## Usage
4343
### Example
44-
I have created a example plugin (`wp-nonce-test-plugin`) to use this nonce manager with an example implementation of `NonceTest.php Class`.
44+
I have created a example plugin ([wp-nonce-test-plugin](https://github.com/brianvarskonst/wordpress-nonce-oop/blob/master/wp-nonce-test-plugin.php)) to use this nonce manager with an example implementation of [NonceTest](https://github.com/brianvarskonst/wordpress-nonce-oop/blob/master/NonceTest.php) Class`.
4545

4646
### The Configuration:
4747
Wordpress Nonce need an action to find the current action which is secured by a nonce.
@@ -150,6 +150,9 @@ $isAjaxReferer = $verifier->checkAjaxReferer();
150150
- Make better test for wp_verify_nonce, check_admin_referer and check_ajax_referer in Verifier Class
151151
- Make better test for NonceAbstract Class
152152

153+
## Ideas
154+
- Add more manager behavior, manage all nonces used in the current wordpress installation
155+
153156
## Credits
154157
* [Wordpress Nonces Documentation](https://codex.wordpress.org/WordPress_Nonces)
155158
* [PHP Unit Testing Documentation](https://phpunit.de)

0 commit comments

Comments
 (0)