Admin Page Framework Documentation

Packages

  • AdminPageFramework
    • Common
      • Factory
      • Form
        • FieldType
      • Utility
    • Factory
      • AdminPage
      • MetaBox
      • NetworkAdmin
      • PageMetaBox
      • PostType
      • TaxonomyField
      • TermMeta
      • UserMeta
      • Widget
    • Utility

Classes

Resources

  • Tutorials
  • Support
  • Reporting Issues
Development Version:Download
Latest Stable Version:Download

Admin Page Framework  3.9.0

- The framework for all WordPress developers.

Facilitates WordPress plugin and theme development.

One of the most time-consuming part of developing WordPress plugins and themes is building setting pages. Admin Page Framework provides means of building pages and forms that the users save settings in the administration area of WordPess. By extending the abstract classes the framework provides, you can build your own functionality.

Copyright: 2013-2022 (c) Michael Uno
License: MIT
Author: Michael Uno
Link: https://wordpress.org/plugins/admin-page-framework/
Link: https://en.michaeluno.jp/admin-page-framework
Image: http://admin-page-framework.michaeluno.jp/image/icon-256x256.png
Repository: https://github.com/michaeluno/admin-page-framework
Requirement: >= WordPress 3.4
Requirement: >= PHP 5.2.4

Sub-packages

AdminPageFramework\Common
AdminPageFramework\Factory
AdminPageFramework\Utility

If you find undocumented functionality, please report it here.

Admin Page Framework