PluginProbe
Ultimate Store Kit / 3.1.0
Ultimate Store Kit v3.1.0
3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 92 releases
ultimate-store-kit / modules / mobile-menu / module.info.php

module.info.php in Ultimate Store Kit 3.1.0, at modules/mobile-menu/module.info.php

11 lines 274 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
4 return [
5 'title' => esc_html__( 'Mobile Menu', 'ultimate-store-kit' ),
6 'required' => true,
7 'default_activation' => false,
8 'has_style' => true,
9 'has_script' => true,
10 ];
11