Changeset 2126101
- Timestamp:
- 07/20/2019 02:16:07 PM (7 years ago)
- Location:
- maester-toolkit/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
inc/maester-toolkit-options.php (modified) (1 diff)
-
maester-toolkit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
maester-toolkit/trunk/README.txt
r2114665 r2126101 2 2 Contributors: feehathemes 3 3 Donate link: https://feeha.net 4 Tags: toolkit, maester -lite4 Tags: toolkit, maester 5 5 Requires at least: 4.3 6 6 Tested up to: 5.0.0 -
maester-toolkit/trunk/inc/maester-toolkit-options.php
r2114665 r2126101 131 131 'section' => 'maester_header_options', 132 132 'default' => '1', 133 'priority' => 10, 134 'partial_refresh' => array( 135 'enable_header_cart' => array( 136 'selector' => '.header-menu-bar', 137 'render_callback' => function() { 138 return get_theme_mod('maester_en_menubar'); 139 }, 140 ) 141 ), 133 'priority' => 10 142 134 ) ); 143 135 -
maester-toolkit/trunk/maester-toolkit.php
r2114665 r2126101 4 4 Plugin Name: Maester Toolkit 5 5 Plugin URI: https://www.feeha.net/ 6 Description: An essential toolkit plugin for Maester LmsTheme7 Author: Themeum8 Version: 1.0. 19 Author URI: http ://themeum.com6 Description: An essential toolkit plugin for Maester Theme 7 Author: feehatheme 8 Version: 1.0.3 9 Author URI: https://feeha.net 10 10 Requires at least: 4.5 11 11 Tested up to: 5.2
Note: See TracChangeset
for help on using the changeset viewer.