pressbooks aldine theme the theme used for the front page or default book

9 lines
152 B

<?php
namespace App;
add_action('widgets_init', function () {
register_widget('Aldine\LinkButton');
register_widget('Aldine\PageButton');
});