9 lines
152 B
9 lines
152 B
![]()
8 years ago
|
<?php
|
||
|
|
||
|
namespace App;
|
||
|
|
||
|
add_action('widgets_init', function () {
|
||
|
register_widget('Aldine\LinkButton');
|
||
|
register_widget('Aldine\PageButton');
|
||
|
});
|