This plugin is outdated and might not be supported anymore
Code to Widget

Code to Widget

Details
View on WordPress

Code to Widget Plugin uses PHP files from a specified directory, and (if the file has the proper template tags) adds a Widget.

Details

Code to Widget provides an easy way to create widgets, without having to deal with writing the widget class everytime

Configuration

The plugin provides an interface for selecting a specific folder to search for widgets in. The folder path entered into the settings page must be an absolute path. Then the widgets are easily configurable similar to all other widgets.

The files in the specified folder need to have specific template tags to be added as widgets. The following code will need to be added to the top of the files:

<?php
/*
Widget Name: Test Widget 1
Widget Description: Test 1 widget
*/
?>

A “Widget Title:” field can also be added. That title will be set as the default widget title when the file is selected on the widget settings screen.

Details

Plugin code:
code-to-widget
Plugin version:
1.2
Author:
Outdated:
Yes
WP version:
3.0 or higher
PHP version:
or higher
Test up to WP version:
3.4.2
Total installations:
10
Last updated:
2012-01-02
Rating:
Times rated:
0
code
php
widget