You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,6 @@ What is this?
3
3
4
4
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.
5
5
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
10
6
11
7
## Package Installation (via Composer)
12
8
@@ -24,6 +20,13 @@ Now run:
24
20
25
21
`$ composer install`
26
22
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/).
0 commit comments