Skip to content

Instantly share code, notes, and snippets.

View itsdavidmorgan's full-sized avatar

David Morgan itsdavidmorgan

View GitHub Profile
@StuffieStephie
StuffieStephie / custom_image_widget.php
Last active April 21, 2021 17:56
This is a clone of the WP_Widget_Media_Image class that was introduced in WP version 4.8.0.
<?php
/**
* This is a clone of the WP_Widget_Media_Image class that was introduced
* in WP version 4.8.0.
*
* By cloning this class we can add new fields without modifying the original
* class. This means we can extend it to do whatever we want :D
*
* @package WordPress
* @subpackage Widgets