PluginProbe
Master Slider – Responsive Touch Slider / trunk
Master Slider – Responsive Touch Slider vtrunk
trunk 1.0.0 1.0.10 1.0.5 1.2.0 1.2.1 1.2.5 1.3.1 1.3.9 1.4.0 1.4.2 1.4.4 2.0.4 2.1.3 2.4.0 2.4.2 2.5.1 2.6.0 2.6.1 2.6.3 2.6.4 2.7.0 2.7.1 2.8.0 2.9.0 All 84 releases
master-slider / includes / index.php

index.php in Master Slider – Responsive Touch Slider trunk, at includes/index.php

20 lines 515 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // load class files
4 include_once( 'classes/class-msp-db.php' );
5 include_once( 'classes/class-msp-core-widget.php' );
6 include_once( 'classes/class-msp-main-widget.php' );
7
8 // load libs
9 include_once( 'lib/aq-resizer.php' );
10
11 do_action( 'masterslider_classes_loaded' );
12
13 // commeon functions
14 include_once( 'msp-functions.php' );
15 include_once( 'msp-hooks.php' );
16 include_once( 'msp-template-tags.php' );
17 // load shortcode files
18 include_once( 'msp-shortcodes.php' );
19 // load
20 include_once( 'lib/vcomposer.php' );