=== Code Widget === Contributors: Sharaz Shahid Tags: php, widget, short code, html, text, auto add paragraph Requires at least: 3.0 Tested up to: 4.7 Stable tag: 4.9 License: GPLv2 License URI: http://www.opensource.org/licenses/GPL-2.0 Code widget help to add Short Code, PHP Code, HTML, and Simple Text in widget. == Description == Code Widget is simple widget allow you to insert any arbitrary Text/HTML and run PHP Code or Short Code. This Widget parse PHP code into simple text and much more. Only users with the unfiltered_html role will be allowed to insert unfiltered HTML. This includes PHP code, so users without admin or editor permissions will not be able to use this to execute code, even if they have widget editing permissions. == Frequently Asked Questions == = Short Code supported ?= Very simple add [your short code].If you want to see how short code work in this widget see screen shot. = Can we run PHP Code in this widget ?= Yes, All PHP code must be enclosed in the standard php opening and closing tags ( ) for it to be recognized and executed. Please See screen shot to check how PHP Code work. = There's some kind of error code-widget.php(188) : eval()'d code on line 6 = That means your PHP code is incorrect or otherwise broken. = Can We add Simple HTML Markup ?= just simple add html markup which you want display in widget. See See Screen shot for more help. = Yes, Simple Text also Work in Code Widget ?= As our normal routine we insert any text in widget. = There is any option to add auto Paragraph tag ?= yes check widget setting if you want to add auto paragraph tag for show some beauty and cleanness. == Screenshots == 1. How short code work. 2. How PHP code work. 3. How HTML Mark add. 4. How Simple Text add and how auto paragraph work. == Changelog == = 1.0 = * Short Code Support Added * PHP Code Support Added * HTML Support Added * Simple Text Support Added * Auto app Paragraph check Added