This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |