=== Admin PHP Eval === Contributors: zaantar Donate link: http://zaantar.eu/financni-prispevek Tags: admin, php, eval, execute, script Requires at least: 3.3 Tested up to: 3.4.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Storing and evaluating PHP scripts within WordPress administration. == Description == This plugin allows to edit and store multiple PHP scripts within WordPress administration (Tools -> Admin PHP Eval) and execute them repeatedly with `eval()`. After evaluation the return value and echoed data is displayed. == Frequently Asked Questions == No questions asked yet. == Changelog == = 1.1 = * first security fix - nonces and data validation * minor visual improvements = 1.0 = * First version