Wordpress-for-Developers:Metabox中的Wordpress表单元素生成(CRUD)

时间:2021-05-18 08:33:28
【文件属性】:
文件名称:Wordpress-for-Developers:Metabox中的Wordpress表单元素生成(CRUD)
文件大小:62KB
文件格式:ZIP
更新时间:2021-05-18 08:33:28
PHP 该存储库至今尚未更新4年以上,但所有组件仍然可以正常工作。 我只是没有时间去维护和添加新功能。 目标 简化在wordpress中创建CRUD元素的操作,例如meta框,术语中的额外字段和选项页。 加载库 如果将库放在wp-content目录中,则可以通过以下方式加载它: <?php include_once ( WP_CONTENT_DIR . '/WD/lib/load.php' ); 添加一个元框 您可以使用函数wd_meta_box()创建一个meta框: <?php function register_meta_boxes (){ wd_meta_box ( 'Extra post options' ) // meta box name -> setPage ( 'post' ) // the post type where the meta box will app
【文件预览】:
Wordpress-for-Developers-master
----public()
--------js()
--------css()
----.gitmodules(118B)
----lib()
--------Externals()
--------Helper()
--------Creator()
--------Form()
--------load.php(1KB)
--------functions()
----README.markdown(4KB)
----test()
--------wp-testlib()
--------cases()
--------wp-test.php(4KB)
--------wp-config.php(1KB)
--------wptest.sh(77B)

网友评论