Coder Social home page Coder Social logo

isabella232 / wp-api-meta-endpoints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wp-api/wp-api-meta-endpoints

0.0 0.0 0.0 58 KB

Legacy Feature plugin for Meta Endpoints. Use register_post_meta & register_meta with `'show_in_rest' => true` instead.

Home Page: https://developer.wordpress.org/rest-api/extending-the-rest-api/modifying-responses/#working-with-registered-meta-in-the-rest-api

Shell 2.01% JavaScript 1.08% PHP 96.91%

wp-api-meta-endpoints's Introduction

WP REST API Meta Endpoints

Do not use this plugin ๐Ÿ™‚

These endpoints were created during the initial development of the WordPress REST API, and has subsequently been superseded by core support for registering meta on all object types (posts, terms, etc) using register_term_meta and register_post_meta (or for other object types like Users, the lower-level register_term_meta) functions in core.

All meta registered with the argument "show_in_rest" => true will display within the meta key of the resource to which it is registered. Once registered, you may pass updated values as a part of your POST or PUT responses to set those values on the API resources.

Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle
Tags: json, rest, api, rest-api
Requires at least: 4.4
Tested up to: 4.5-alpha
Stable tag: 0.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP REST API companion plugin for post meta endpoints.

Description

Build Status

WP REST API companion plugin for post meta endpoints.

Changelog

0.1.0 (February 9, 2016)

  • Initial release.

wp-api-meta-endpoints's People

Contributors

danielbachhuber avatar duncanjbrown avatar kadamwhite avatar kjbenk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.