Codex

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

Difference between revisions of "Theme Modification API"

(Correcting for missing word, and one additional line of explanation)
m (Added language)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{Languages|
  +
{{en|Theme Modification API}}
  +
{{ja|Theme Modification API}}
  +
{{ru|API модификации тем}}
  +
}}
  +
 
Introduced in WordPress 2.1.0, '''Theme Modification API''' consists of all functions and hooks that are part of the [[WordPress API]] related to the use of [[Theme]] modification values. These functions can be used by theme authors to save (and retrieve) modifications to their themes as WordPress options.
 
Introduced in WordPress 2.1.0, '''Theme Modification API''' consists of all functions and hooks that are part of the [[WordPress API]] related to the use of [[Theme]] modification values. These functions can be used by theme authors to save (and retrieve) modifications to their themes as WordPress options.
   
Line 31: Line 37:
 
|}
 
|}
   
  +
[[Category:Advanced Topics]]
  +
[[Category:WordPress Development]]
 
[[Category:API]]
 
[[Category:API]]
 
[[Category:Theme Modification API]]
 
[[Category:Theme Modification API]]

Latest revision as of 08:35, 13 July 2019

Introduced in WordPress 2.1.0, Theme Modification API consists of all functions and hooks that are part of the WordPress API related to the use of Theme modification values. These functions can be used by theme authors to save (and retrieve) modifications to their themes as WordPress options.

Function and Hook Reference

Functions
Hooks