Opis
MB Rest API is an extension of the Meta Box plugin which pulls all custom fields’ values (meta value) from posts, pages, custom post types, terms into the WordPress REST API responses under ‘meta_box’ key.
Plugin Links
See more extensions for the Meta Box plugin here.
Instalacija
You need to install Meta Box plugin and WordPress REST API first
- Go to Plugins | Add New and search for Meta Box
- Click Install Now button to install the plugin
- After installing, click Activate Plugin to activate the plugin
Repeat the same process for WP REST API and MB Rest API.
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“MB Rest API” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “MB Rest API” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
= 1.5.0 – 2022-07-29
– Remove fields in the Rest API responses with hide_from_rest = true
– Do not show MB User Profile fields in the Rest API responses
1.4.1 – 2022-05-17
- Fix not working with
_filter
.
1.4.0 – 2019-12-12
- Add support for comment meta. Requires MB Comment Meta plugin.
1.3.6 – 2019-11-07
- Fix term meta not available.
1.3.5
- Fixed not updating fields in custom tables.
1.3.4
- Make it safe to include into AIO plugin.
- Removed _state from returned value for groups.
1.3.3
- Fixed not updating user meta.
1.3.2
- Fixed custom fields for terms not saving for POST request. Props Mirza Pandzo.
- Fixed wrong key for
post_tag
. Props Mirza Pandzo.
1.3.1
- Removed fields that have no values from the response (divider, heading, etc.).
1.3
- Added fully support for terms and users. Both get and update meta values.
1.2
- Improvement: The update callback now can accept array of params
1.1
- Improvement: Add update callback
- Fix: Make sure the returned values of image/file fields are always array
1.0.1
- Fix: error when MB Term Meta is not installed
1.0.0
- Initial release