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
This framework is a ready to use plugin or to include inside your own plugin/theme for anyone who needs to create: <br/>
64
+
This framework is a ready to use plugin _<small>(if not building your own plugin or theme)_</small> or to include inside your own plugin/theme for anyone who needs to create: <br/>
65
65
- WordPress Admin pages (**_Welcome | Fields Demo_** navigations at left side in screenshot 1 above)
66
66
- Different Sections within a page (tabs **_Getting Started | Hooks & Filters | Recommended Setup | Ready to Go?_** inside **_Welcome_** page in screenshot 1 above)
67
67
- Contents within each section (tab content of **_Getting Started_** inside **_Welcome_** page in screenshot 1 above)
@@ -78,17 +78,18 @@ This framework is a ready to use plugin or to include inside your own plugin/the
78
78
79
79
This plugin is developed using:
80
80
81
-
*[Code Editor - **Visual Studio Code (VS Code)**](https://code.visualstudio.com/download) - Loved by most developers for coding
81
+
*[Code Editor - **Visual Studio Code (VS Code)**](https://code.visualstudio.com/download) - Loved by most developers for coding.
82
82
*[VS Code extension - **WordPress Snippets**](https://github.com/jason-pomerleau/vscode-wordpress-toolbox) - Snippets for every WordPress function, class and constant.
83
-
*[VS Code extension - **PHP Intelephense**](https://github.com/bmewburn/vscode-intelephense) - Essential features for productive PHP development
84
-
*[VS Code extension - **Comment Anchors**](https://github.com/ExodiusStudios/vscode-comment-anchors) - Find anchors for WordPress **Action** & **Filter** hooks (and other anchors too) added in this framework's files
85
-
*[VS Code Font - **Fira Code**](https://github.com/tonsky/FiraCode) - Download and install to your OS and then use from VS Code font family setting
83
+
*[VS Code extension - **PHP Intelephense**](https://github.com/bmewburn/vscode-intelephense) - Essential features for productive PHP development.
84
+
*[VS Code extension - **Comment Anchors**](https://github.com/ExodiusStudios/vscode-comment-anchors) - Find anchors for WordPress **Action** & **Filter** hooks (and other anchors too) added in this framework's files.
85
+
*[VS Code Font - **Fira Code**](https://github.com/tonsky/FiraCode) - Free monospaced font with programming ligatures. Set it from VS Code font family.
86
86
*[WordPress Plugin - **Show Hooks**](https://wordpress.org/plugins/show-hooks/) - See visual representation of WordPess action and filter hooks.
87
87
88
88
### Installation
89
89
<small>[Top↑](#table-of-contents)</small>
90
90
91
91
#### For using as plugin
92
+
>change [with-fields.php](https://github.com/TheWebSolver/tws-setting-framework/tree/master/templates/with-fields.php) and [without-fields.php](https://github.com/TheWebSolver/tws-setting-framework/tree/master/templates/without-fields.php) to your requirement.
92
93
93
94
- Download or clone this repo into plugins directory using:
94
95
```sh
@@ -99,9 +100,9 @@ This plugin is developed using:
@@ -123,7 +124,7 @@ This plugin is developed using:
123
124
124
125
#### NOTE:
125
126
126
-
>Regarding documentation, once it is activated, navigate to **_Welcome_** submenu page which has four sections as tabs, first three of them are documentation tabs. Contents in these three tabs are added from files that are inside directory _[templates/contents](https://github.com/TheWebSolver/tws-setting-framework/tree/master/templates/contents)_.
127
+
>Regarding documentation, once activated, navigate to **_Welcome_** submenu page which has four sections as tabs, first three of them are documentation tabs. Contents in these three tabs are added from files that are inside directory _[templates/contents](https://github.com/TheWebSolver/tws-setting-framework/tree/master/templates/contents)_.
127
128
128
129
>_(See screenshot 1 above for reference on how content gets displayed)_
129
130
@@ -227,7 +228,7 @@ This plugin is developed using:
227
228
228
229
>For refresher, the parent class is in file [setting-component.php](https://github.com/TheWebSolver/tws-setting-framework/tree/master/setting/setting-component.php).
229
230
230
-
- >For visual presentation on how it works, see screenshot 3, 4, 5 and 6 below.
231
+
- >For visual representation on how section and field gets displayed, see screenshot 3, 4and 5 below.
231
232
232
233
#### Screenshot 3 - General Fields
233
234
![Screenshot 3][screenshot-3]
@@ -259,7 +260,7 @@ This plugin is developed using:
259
260
260
261
- For debugging purpose, you can define debug constant to `true`.
261
262
262
-
On file [tws-setting-framework.php](https://github.com/TheWebSolver/tws-setting-framework/tree/master/tws-setting-framework.php) at around **_line 32_**, change `false` to `true`.
263
+
On file [tws-setting-framework.php](https://github.com/TheWebSolver/tws-setting-framework/tree/master/tws-setting-framework.php) at around **_line 32_**, change contstant value from `false` to `true`. For visual representation, see screenshot 6 below.
0 commit comments