Skip to content

Commit d39a9ad

Browse files
committed
readme re-arranged
1 parent 67b5743 commit d39a9ad

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

readme.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ What is this?
33

44
It's a PHP class wrapper for handling WordPress [Settings API](http://codex.wordpress.org/Settings_API). Gives a very handy way to build theme or plugins option panel.
55

6-
Usage Example
7-
---------------
8-
9-
A nice tutorial is presented can be found [here](https://tareq.co/2012/06/wordpress-settings-api-php-class/) about how to use this PHP class
106

117
## Package Installation (via Composer)
128

@@ -24,6 +20,13 @@ Now run:
2420

2521
`$ composer install`
2622

23+
Usage Example
24+
---------------
25+
26+
Checkout the [examples](https://github.com/tareq1988/wordpress-settings-api-class/tree/master/example) folder for OOP and procedural example. They were called in [plugin.php](https://github.com/tareq1988/wordpress-settings-api-class/blob/master/plugin.php) file.
27+
28+
A detailed tutorial can be found [here](https://tareq.co/2012/06/wordpress-settings-api-php-class/).
29+
2730
#### Retrieving saved options
2831

2932
```php

0 commit comments

Comments
 (0)