Method |
Description |
|
__construct ( ) |
Get things started |
|
about_screen ( ) : void |
Render About Screen |
|
admin_head ( ) : void |
Hide Individual Dashboard Pages |
|
admin_menus ( ) : void |
Register the Dashboard Pages which are later hidden but these pages
are used to render the Welcome and Credits pages. |
|
changelog_screen ( ) : void |
Render Changelog Screen |
|
contributors ( ) : string |
Render Contributors List |
|
credits_screen ( ) : void |
Render Credits Screen |
|
get_contributors ( ) : array |
Retreive list of contributors from GitHub. |
|
getting_started_screen ( ) : void |
Render Getting Started Screen |
|
parse_readme ( ) : string |
Parse the GIVE readme.txt file |
|
tabs ( ) : void |
Navigation tabs |
|
welcome ( ) : void |
Sends user to the Welcome page on first activation of GIVE as well as each
time GIVE is upgraded to a new version |
|