Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Add Functions

Opis

Easy way to add php code. No need to edit functions.php in your theme directory.
Just paste code in Admin menu and save.
Code is highlighted with codepress.

Instalacija

  1. Upload ‘/add-functions/’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add code in Add Functions menu in Options

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Add Functions” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “Add Functions” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

0.2

  • Using eval() to execute code
  • Add Functions stops executing code after error

0.1.1

  • Saving code in DB

0.1

  • PHP code highlight
  • First stable version