PHP Class MF_PostTypePages, Magic-Fields

Mostrar archivo Open project: hunk/Magic-Fields Class Usage Examples

Public Methods

Method Description
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

Method Details

AddPosttype() public method

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

CreatePostTypesTables() public static method

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

Dispacher() public method

Determine which action will be executed
public Dispacher ( )

ManagePosttype() public method

Magic Fields manage Page
public ManagePosttype ( )

SavePostType() public method

Save a New Post type
public SavePostType ( )

TopMenu() public method

Adding the menu in the admin
public TopMenu ( )