Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Add Functions

Beschrijving

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.

Installatie

  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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Add Functions” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Add Functions” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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