Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laxmariappan/get-all-custom-fields
A WordPress plugin to list all custom fields in a site.
https://github.com/laxmariappan/get-all-custom-fields
custom-fields meta-fields wordpress
Last synced: about 2 months ago
JSON representation
A WordPress plugin to list all custom fields in a site.
- Host: GitHub
- URL: https://github.com/laxmariappan/get-all-custom-fields
- Owner: laxmariappan
- Created: 2023-03-31T21:53:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T14:22:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T23:50:42.412Z (8 months ago)
- Topics: custom-fields, meta-fields, wordpress
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get All Custom Fields
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 7.4
License: GPL v2 or later
Tags: dashboard, custom fields
Contributors: lakshmananphp## Description
A WordPress plugin to list all custom fields in a site.
### Credits
Thanks to [WebDevStudios](https://wordpress.org/five-for-the-future/pledge/webdevstudios/)
* created as part of [#5FTF](https://wordpress.org/five-for-the-future/) day
## Screenshots
1. The **Get All Custom Fields** showing post types and their custom fields
![Get All Custom Fields]## Frequently Asked Questions
### How to use it?
Install the plugin and activate it,
Go to custom fields page in tools menu, you should be able to see all the post types and their meta fields.### Where is this plugin developed?
Development of this code happens at [github.com/laxmariappan/get-all-custom-fields](https://github.com/laxmariappan/get-all-custom-fields)
## Changelog
### 1.0.0
* Initial release