MB Rest API

설명

MB Rest API is an extension for Meta Box which helps you to get and update custom fields’ values (meta value) from posts, pages, custom post types, terms via the WordPress REST API.

Plugin Links

See more Meta Box plugins.

You might also like

If you like this plugin, you might also like our other WordPress products:

  • Meta Box – A powerful WordPress plugin for creating custom post types and custom fields.
  • Slim SEO – A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration.
  • Slim SEO Schema – An advanced, powerful and flexible plugin to add schemas to WordPress.
  • Slim SEO Link Manager – Build internal link easier in WordPress with real-time reports.
  • GretaThemes – Free and premium WordPress themes that clean, simple and just work.
  • Auto Listings – A car sale and dealership plugin for WordPress.

설치

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“MB Rest API”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “MB Rest API”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.1 – 2022-10-14

  • Ensure group value is always an array. Fix PHP warning when group has no values.

2.0.0 – 2022-10-11

  • Complete rewrite the plugin for clarity and maintainability
  • Add support for settings page, allow you to get and update data for settings pages
  • Show errors when updating non-existing fields

1.5.1 – 2022-08-16

  • Fix cannot update user meta in a custom table (#18)

= 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