Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages