Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce-multilingual
/
classes
/
AdminNotices
:
WizardNotice.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WCML\AdminNotices; class WizardNotice extends \WCML_Menu_Wrap_Base { /** * @return array */ protected function get_child_model() { return [ 'strings' => [ 'title' => \WCML_Admin_Menus::getWcmlLabel(), ], 'is_standalone' => false, 'rate' => [ 'on' => 0, ], 'content' => ( new \WCML_Setup_Notice_UI() )->get_view( 'setup/wizard-notice.twig' ), ]; } }