Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Difference between revisions of "WordPress APIs"

(Добавил ссылку на переведённую русскую версию)
m (Update links to Devhub)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
If you've read through all of these you should have a good sense of how to extend WordPress through Plugins.
 
If you've read through all of these you should have a good sense of how to extend WordPress through Plugins.
   
* [[Dashboard Widgets API]]
+
* [https://developer.wordpress.org/apis/handbook/dashboard-widgets/ Dashboard Widgets API]
* [[Database API]]
+
* [https://developer.wordpress.org/apis/handbook/database/ Database API]
  +
* [https://developer.wordpress.org/plugins/http-api/ HTTP API]
* [[HTTP API]]
 
  +
* [https://developer.wordpress.org/rest-api/ REST API]
 
* [[File Header API]]
 
* [[File Header API]]
 
* [[Filesystem API]]
 
* [[Filesystem API]]

Latest revision as of 20:44, 8 June 2020

The WordPress API stands for the WordPress Application Programming Interface. It can be separated into multiple API sections / topics. Each covers the functions involved in and use of a given set of functionality. Together they form what might be called the WordPress API, which is the plugin/theme/add-on interface created by the entire WordPress project.

If you've read through all of these you should have a good sense of how to extend WordPress through Plugins.

See also WordPress.org API.