PHP Класс MF_PostTypePages, Magic-Fields

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ( )