Skip to content

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

License

Notifications You must be signed in to change notification settings

kipmyk/WPCommonAPIs

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages