Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/wp-statistics/src/Service/Admin/Devices/ |
Current File : //var/www/web28/html/wp-content/plugins/wp-statistics/src/Service/Admin/Devices/DevicesManager.php |
<?php namespace WP_Statistics\Service\Admin\Devices; use WP_STATISTICS\Helper; class DevicesManager { public function __construct() { add_filter('wp_statistics_admin_menu_list', [$this, 'addMenuItem']); } /** * Adds menu item * * @param array $items * * @return array */ public function addMenuItem($items) { $items['devices'] = [ 'sub' => 'overview', 'title' => esc_html__('Devices', 'wp-statistics'), 'page_url' => 'devices', 'callback' => DevicesPage::class, 'priority' => 75, ]; return $items; } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare