Skip to content

Instantly share code, notes, and snippets.

@tbuegel
tbuegel / tb_boilerplate-widget.php
Last active March 4, 2020 16:31 — forked from eddiemoya/boilerplate-widget.php
WordPress Boilerplate Widget
<?php /*
Plugin Name: Boilerplate Widget
Description: Starting point for building widgets quickly and easier
Version: 1.0.1
Author: Eddie Moya code correction by Thomas Buegel
/**
* IMPORTANT: Change the class name for each widget
*/
class Boilerplate_Widget extends WP_Widget {