PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
widgets
/
custom-menu
<?php use Botble\Widget\AbstractWidget; class CustomMenuWidget extends AbstractWidget { /** * The configuration array. * * @var array */ protected $config = []; /** * @var string */ protected $widgetDirectory = 'custom-menu'; /** * CustomMenuWidget constructor. */ public function __construct() { parent::__construct([ 'name' => __('Custom Menu'), 'description' => __('Add a custom menu to your widget area.'), 'menu_id' => null, ]); } }
[-] custom-menu.php
[edit]
[-] registration.php
[edit]
[+]
..
[+]
templates