This file contains hidden or 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 | |
| // Adds widget: Categories | |
| class RutuCategories_Widget extends WP_Widget { | |
| function __construct() { | |
| parent::__construct( | |
| 'rutu_categories_widget', | |
| esc_html__( 'Rutu Categories', 'mfl' ), | |
| array( 'description' => esc_html__( 'Custom Categories widget.', 'mfl' ), ) // Args |