PHP 클래스 Give_Welcome, Give

A general class for About and Credits page.
부터: 1.0
파일 보기 프로젝트 열기: wordimpress/give

공개 프로퍼티들

프로퍼티 타입 설명
$minimum_capability The capability users should have to view the page

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

Get things started
부터: 1.0
public __construct ( )

about_screen() 공개 메소드

Render About Screen
부터: 1.0
public about_screen ( ) : void
리턴 void

admin_head() 공개 메소드

Hide Individual Dashboard Pages
부터: 1.0
public admin_head ( ) : void
리턴 void

admin_menus() 공개 메소드

Register the Dashboard Pages which are later hidden but these pages are used to render the Welcome and Credits pages.
부터: 1.0
public admin_menus ( ) : void
리턴 void

changelog_screen() 공개 메소드

Render Changelog Screen
부터: 1.0
public changelog_screen ( ) : void
리턴 void

contributors() 공개 메소드

Render Contributors List
부터: 1.0
public contributors ( ) : string
리턴 string $contributor_list HTML formatted list of all the contributors for GIVE

credits_screen() 공개 메소드

Render Credits Screen
부터: 1.0
public credits_screen ( ) : void
리턴 void

get_contributors() 공개 메소드

Retreive list of contributors from GitHub.
부터: 1.0
public get_contributors ( ) : array
리턴 array $contributors List of contributors

getting_started_screen() 공개 메소드

Render Getting Started Screen
부터: 1.9
public getting_started_screen ( ) : void
리턴 void

parse_readme() 공개 메소드

Parse the GIVE readme.txt file
부터: 2.0.3
public parse_readme ( ) : string
리턴 string $readme HTML formatted readme file

tabs() 공개 메소드

Navigation tabs
부터: 1.0
public tabs ( ) : void
리턴 void

welcome() 공개 메소드

Sends user to the Welcome page on first activation of GIVE as well as each time GIVE is upgraded to a new version
부터: 1.0
public welcome ( ) : void
리턴 void

프로퍼티 상세

$minimum_capability 공개적으로 프로퍼티

The capability users should have to view the page
public $minimum_capability