Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetnb/wp-setting-api
简洁的WordPress设置API类,灵感来自:https://github.com/tareq1988/wordpress-settings-api-class
https://github.com/thetnb/wp-setting-api
php wordpress
Last synced: about 2 months ago
JSON representation
简洁的WordPress设置API类,灵感来自:https://github.com/tareq1988/wordpress-settings-api-class
- Host: GitHub
- URL: https://github.com/thetnb/wp-setting-api
- Owner: TheTNB
- License: gpl-3.0
- Created: 2022-10-11T04:08:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T07:11:46.000Z (10 months ago)
- Last Synced: 2024-10-24T17:53:07.978Z (3 months ago)
- Topics: php, wordpress
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 这是什么?
这是一个PHP类,它提供一种简洁的方式来使用 [WordPress Settings API](http://codex.wordpress.org/Settings_API)。
支持 PHP5.6 - 8.3# 使用说明
通过 `include_once 'API.php';` 或者 `composer require thetnb/wp-setting-api` 来引入类文件。
参考 `wp-setting-api.php` 文件来了解如何使用,你可以把整个目录作为一个插件启用以预览各组件的效果。
# License
GPLv3 or later