Skip to content

A PHP class abstraction that removes all the headaches of the WordPress settings API under the hood and builds a nice options panel on the fly.

Notifications You must be signed in to change notification settings

dexit/wordpress-settings-api-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Come funziona

  • Crea nuovi menu o sottomenu in WordPress estendendo la classe Idearia\SettingsPage.
  • Accedi alle opzioni serializzate come fossi in Laravel estendend la classe Idearia\Config.

Per avere più controllo

La classe Idearia\SettingsPage è un wrapper di Idearia\SettingsApi che ne semplifica l'utilizzo, che a sua volta è un wrapper della Settings API di WordPress.

Per avere maggiore controllo sulle opzioni, puoi usare direttamente la classe Idearia\SettingsApi.

Dopo ogni modifica al repo...

Aggiorna il repository composer di Idearia come da istruzioni:

About

A PHP class abstraction that removes all the headaches of the WordPress settings API under the hood and builds a nice options panel on the fly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%