PHP 클래스 MF_PostTypePages, Magic-Fields

파일 보기 프로젝트 열기: hunk/Magic-Fields 1 사용 예제들

공개 메소드들

메소드 설명
AddPosttype ( ) Display the form for add a new type of custom type
CreatePostTypesTables ( ) Install Function, add the post types tables into the wordpress instalation
Dispacher ( ) Determine which action will be executed
ManagePosttype ( ) Magic Fields manage Page
SavePostType ( ) Save a New Post type
TopMenu ( ) Adding the menu in the admin

메소드 상세

AddPosttype() 공개 메소드

Display the form for add a new type of custom type
public AddPosttype ( )

CreatePostTypesTables() 공개 정적인 메소드

Install Function, add the post types tables into the wordpress instalation
public static CreatePostTypesTables ( )

Dispacher() 공개 메소드

Determine which action will be executed
public Dispacher ( )

ManagePosttype() 공개 메소드

Magic Fields manage Page
public ManagePosttype ( )

SavePostType() 공개 메소드

Save a New Post type
public SavePostType ( )

TopMenu() 공개 메소드

Adding the menu in the admin
public TopMenu ( )