Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 739 Bytes

ReadMe.md

File metadata and controls

15 lines (8 loc) · 739 Bytes

WordPress Common APIs

This repository will be strictly used for uploading all of my test projects related to the Common WordPress APIs.

1. Options API

Reference: https://developer.wordpress.org/apis/options/

The Options API is a simple and standardized way of storing data in the database. The API makes it easy to create, access, update, and delete options. All the data is stored in the wp_options table under a given custom name.

2. Dashboard widgets API

Reference: https://developer.wordpress.org/apis/dashboard-widgets/

Since WordPress Version 2.7, the Dashboard Widgets API makes it straightforward to add new widgets to the WordPress administration dashboard.