Changeset 152101
- Timestamp:
- 09/04/2009 09:28:58 PM (17 years ago)
- File:
-
- 1 edited
-
plugin-factory/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-factory/trunk/readme.txt
r152097 r152101 43 43 Defining Wordpress Options is very simple, you have to define a public attribute in your plugin : $pluginOptions. 44 44 Do not take time to create an option page, there is already one for you ! Just use the id "options" in the admin menu tree method. 45 To have more details, please checkout http://fredpointzero.com /plugin-factory.45 To have more details, please checkout http://fredpointzero.com /plugins-wordpress/plugin-factory/. 46 46 47 47 = How can I generate my admin pages ? = 48 48 This is very simple : you just have to define a method that will generate the admin menu tree. 49 To have more details, please checkout http://fredpointzero.com /plugin-factory.49 To have more details, please checkout http://fredpointzero.com /plugins-wordpress/plugin-factory/. 50 50 51 51 == Features ==
Note: See TracChangeset
for help on using the changeset viewer.