Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cnellis
/
WP-API
Public
forked from
WP-API/WP-API
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
WP-API
plugin.php
on
develop
User selector
All users
All time
Commit history
Commits on Mar 4, 2015
Move the Route Registering to the Controllers
joehoyle
committed
4b461cb
View commit details
Copy full SHA for 4b461cb
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Merge pull request #941 from WP-API/605-rm-id-fields
Show description for 1262595
danielbachhuber
committed
1262595
View commit details
Copy full SHA for 1262595
View code at this point
Browse repository at this point
Remove `_id` suffix from field names
Show description for dbbb02f
danielbachhuber
committed
dbbb02f
View commit details
Copy full SHA for dbbb02f
View code at this point
Browse repository at this point
Switch CORS headers callback to new action
rmccue
committed
180b9b5
View commit details
Copy full SHA for 180b9b5
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Merge branch 'develop' into comments-permissions
rachelbaker
committed
2616436
View commit details
Copy full SHA for 2616436
View code at this point
Browse repository at this point
Merge pull request #919 from WP-API/taxonomies-cleanup
Show description for 2e9c658
rachelbaker
committed
2e9c658
View commit details
Copy full SHA for 2e9c658
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Remove v1.0 Posts (and Media) controller
danielbachhuber
committed
6a6cbd5
View commit details
Copy full SHA for 6a6cbd5
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Clean up taxonomies controller by running through dispatch; add schema
danielbachhuber
committed
4a69a76
View commit details
Copy full SHA for 4a69a76
View code at this point
Browse repository at this point
Merge branch 'develop' into media-controller
Show description for e5e12b1
danielbachhuber
committed
e5e12b1
View commit details
Copy full SHA for e5e12b1
View code at this point
Browse repository at this point
Add a schema to the `/types` endpoint
danielbachhuber
committed
50e39ea
View commit details
Copy full SHA for 50e39ea
View code at this point
Browse repository at this point
Expose post type data at `/types`
danielbachhuber
committed
fb4f59b
View commit details
Copy full SHA for fb4f59b
View code at this point
Browse repository at this point
Merge branch 'develop' into media-controller
Show description for a2e3c88
danielbachhuber
committed
a2e3c88
View commit details
Copy full SHA for a2e3c88
View code at this point
Browse repository at this point
Move all of our endpoint controllers to `lib/endpoints`
danielbachhuber
committed
425dcb9
View commit details
Copy full SHA for 425dcb9
View code at this point
Browse repository at this point
Register `WP_JSON_Attachments_Controller` and define basic schema
danielbachhuber
committed
1d0db94
View commit details
Copy full SHA for 1d0db94
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Add schema for comments
danielbachhuber
committed
3b4bb37
View commit details
Copy full SHA for 3b4bb37
View code at this point
Browse repository at this point
Add schema to term endpoint
danielbachhuber
committed
15483fc
View commit details
Copy full SHA for 15483fc
View code at this point
Browse repository at this point
Merge branch 'develop' into 759-json-2
Show description for 429a7f4
danielbachhuber
committed
429a7f4
View commit details
Copy full SHA for 429a7f4
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Update the plugin author to be the team.
rachelbaker
committed
e7a55a0
View commit details
Copy full SHA for e7a55a0
View code at this point
Browse repository at this point
Change project name to WP REST API in plugin name and Readme title.
rachelbaker
committed
2a4f013
View commit details
Copy full SHA for 2a4f013
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
Move infrastructure classes to `lib/infrastructure`, part one
danielbachhuber
committed
b0deeb0
View commit details
Copy full SHA for b0deeb0
View code at this point
Browse repository at this point
Merge branch 'develop' into 759-json-2
Show description for 57df197
danielbachhuber
committed
57df197
View commit details
Copy full SHA for 57df197
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Add permission callback hooks for the comments endpoints
joehoyle
committed
55fc8c9
View commit details
Copy full SHA for 55fc8c9
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Cleaning up trailing whitespace in plugin.php.
rachelbaker
committed
e2cadba
View commit details
Copy full SHA for e2cadba
View code at this point
Browse repository at this point
Remove un-needed accept_json argument in create post endpoint.
rachelbaker
committed
440ba97
View commit details
Copy full SHA for 440ba97
View code at this point
Browse repository at this point
Pass view-revision context by default for post revisions endpoint.
rachelbaker
committed
0391ba0
View commit details
Copy full SHA for 0391ba0
View code at this point
Browse repository at this point
Remove legacy function to modify post_types attributes replaced with #820.
rachelbaker
committed
0c8187a
View commit details
Copy full SHA for 0c8187a
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Merge branch 'develop' into 759-json-2
danielbachhuber
committed
80d66ef
View commit details
Copy full SHA for 80d66ef
View code at this point
Browse repository at this point
Make `get_post_type_base()` public so we can DRY
danielbachhuber
committed
d3b19ea
View commit details
Copy full SHA for d3b19ea
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
First pass at JSON Schemas for Posts and Users
danielbachhuber
committed
f22e66b
View commit details
Copy full SHA for f22e66b
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Merge pull request #602 from joehoyle/capabiltity
Show description for e3c51d3
danielbachhuber
committed
e3c51d3
View commit details
Copy full SHA for e3c51d3
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Remove old Pages and CustomPostType classes no longer in use
danielbachhuber
committed
14431e9
View commit details
Copy full SHA for 14431e9
View code at this point
Browse repository at this point
See if this fixes PHP 5.2 issue
danielbachhuber
committed
43687e4
View commit details
Copy full SHA for 43687e4
View code at this point
Browse repository at this point
Only accept classes that are subclasses of `WP_JSON_Controller`
danielbachhuber
committed
13a73b6
View commit details
Copy full SHA for 13a73b6
View code at this point
Browse repository at this point
Let's stick with `show_in_json`
Show description for e647574
danielbachhuber
committed
e647574
View commit details
Copy full SHA for e647574
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Post type fields should respect post_type_supports and other post type
Show description for a8d20b5
danielbachhuber
committed
a8d20b5
View commit details
Copy full SHA for a8d20b5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.