=== Safe PHP Code Widget === Contributors: k0tik Tags: php, widget, code, html, javascript, text, run Requires at least: 2.8 Tested up to: 5.0.2 Stable tag: 1.0 License: GPLv2 License URI: http://www.opensource.org/licenses/GPL-2.0 Adds a secure and simple widget in which you can use PHP and JavaScript code. Also you can use unfiltered HTML or just Text. Admin Use Only. == Description == The usual Text widget allows you to insert arbitrary Text and/or HTML code. This allows that too, but also parses any PHP or JavaScript code in the text widget and executes it. This plugin is based on "PHP Code Widget", but now available for use by site administrators ONLY, which makes it more secure. All PHP code must be enclosed in the standard php opening and closing tags ( `` ) for it to be recognized and executed. Also JavaScript code must be enclosed in the `` tags, as usual. == Installation == 1. Upload `safe-php-code-widget` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == No questions yet - no answers yet. == Screenshots == 1. The widgets screen showing a Safe PHP Code Widget in use. 2. The output of the widget on the site. == Changelog == = 1.0 = * First version in the repository