'0' ,'depth' => '0' ,'container_id' => '' ,'menu_class' => 'menu' ,'before' => '' ,'after' => '' ,'link_before' => '' ,'link_after' => '' ,'filter' => '' ,'filter_selection' => '' ,'include_parent' => '' ,'post_parent' => '' ,'description' => '0' ,'start_depth' => '' ,'hide_title' => '' ,'parent_title' => '' ,'style' => '0' ,'transition' => 'linear' ,'duration' => '500' ,'eventtype' => 'click' ,'showactive' => '1' ,'showactivesubmenu' => '0' ); self::$default_settings = $default_settings; } return self::$default_settings; } /** * List the replacement between the tags and the real final CSS rules */ public static function getCssReplacement() { $cssreplacements = Array( // '[menu-bar]' => ' .accordeonmenuck-bar-title' // ,'[menu-bar-button]' => ' .accordeonmenuck-bar-button' // ,'[menu]' => '.accordeonmenuck' // ,'[menu-topbar]' => ' .accordeonmenuck-title' // ,'[menu-topbar-button]' => ' .accordeonmenuck-button' // ,'[level1menuitem]' => ' .accordeonmenuck-item > .level1' // ,'[level2menuitem]' => ' .accordeonmenuck-item > .level2' // ,'[level3menuitem]' => ' .level2 + .accordeonmenuck-submenu .accordeonmenuck-item > div' // ,'[togglericon]' => ' .accordeonmenuck-togglericon:after' // ,'[PRESETS_URI]' => ACCORDEONMENUCK_MEDIA_URL . '/presets' ); return $cssreplacements; } public static function copyright() { $html = array(); $html[] = '
'; $html[] = '
https://www.ceikay.com
'; $html[] = '
' . __('Get the Pro version', 'cookies-ck') . '

Animated effects to open submenus

Friendly design interface for styles customization

Direct preview of your design in the interface

Multiple use on the same page

Widget to use in your website anywhere

Description for each menu link

Unlimited levels

Custom transition effects and duration

Click or mouseover behavior

Custom +/- images

Styling options

20+ themes preinstalled

Import / Export of styles to save and share

Custom CSS option

'; return implode($html); } static function getProMessage() { return '' . CKText::_('Only available in the Pro version') . ''; } }