Changeset 2525556
- Timestamp:
- 05/03/2021 08:28:36 PM (5 years ago)
- Location:
- miguras-divi-enhancer/trunk
- Files:
-
- 3 edited
-
custom/modules-mod.php (modified) (1 diff)
-
main.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
miguras-divi-enhancer/trunk/custom/modules-mod.php
r2525056 r2525556 41 41 if(isset($allModules) && is_array($allModules)){ 42 42 foreach($allModules as $module){ 43 44 $parent_modules[$module]->settings_modal_toggles['divienhancer'] = [ 45 'toggles' => [ 46 'de_interactive_bg' => [ 47 'title' => __( 'Interactive Background', 'divienhancer' ), 48 'priority' => 10, 49 ], 50 'de_hover_effect' => [ 51 'title' => __( 'Hover Effects', 'divienhancer' ), 43 44 if(isset($parent_modules[$module])){ 45 $parent_modules[$module]->settings_modal_toggles['divienhancer'] = [ 46 'toggles' => [ 47 'de_interactive_bg' => [ 48 'title' => __( 'Interactive Background', 'divienhancer' ), 52 49 'priority' => 10, 50 ], 51 'de_hover_effect' => [ 52 'title' => __( 'Hover Effects', 'divienhancer' ), 53 'priority' => 10, 54 ], 55 'de_sticky' => [ 56 'title' => __( 'Sticky', 'divienhancer' ), 57 'priority' => 10, 58 ], 59 'de_caption' => [ 60 'title' => __( 'Caption', 'divienhancer' ), 61 'priority' => 10, 62 ], 63 'de_modal' => [ 64 'title' => __( 'Modal Popup', 'divienhancer' ), 65 'priority' => 10, 66 ], 67 'de_module_menu' => [ 68 'title' => __( 'Module Menu', 'divienhancer' ), 69 'priority' => 10, 70 ], 53 71 ], 54 'de_sticky' => [ 55 'title' => __( 'Sticky', 'divienhancer' ), 56 'priority' => 10, 57 ], 58 'de_caption' => [ 59 'title' => __( 'Caption', 'divienhancer' ), 60 'priority' => 10, 61 ], 62 'de_modal' => [ 63 'title' => __( 'Modal Popup', 'divienhancer' ), 64 'priority' => 10, 65 ], 66 'de_module_menu' => [ 67 'title' => __( 'Module Menu', 'divienhancer' ), 68 'priority' => 10, 69 ], 70 ], 71 ]; 72 ]; 73 } 72 74 73 75 } -
miguras-divi-enhancer/trunk/main.php
r2525056 r2525556 4 4 Plugin URI: https://pagebuildercode.com/divi-enhancer 5 5 Description: Add custom modules and options to DIVI 6 Version: 5.0. 86 Version: 5.0.9 7 7 Author: Miguras 8 8 Author URI: https://pagebuildercode.com -
miguras-divi-enhancer/trunk/readme.txt
r2525056 r2525556 5 5 Requires at least: 5.0 6 6 Tested up to: 5.6 7 Stable tag: 5.0. 87 Stable tag: 5.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.