. */ global $fv_wp_flowplayer_ver; $fv_wp_flowplayer_ver = '7.4.21.727'; $fv_wp_flowplayer_core_ver = '7.2.7'; include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' ); if( file_exists( dirname( __FILE__ ) . '/includes/module.php' ) ) { include_once( dirname( __FILE__ ) . '/includes/module.php' ); } include_once( dirname( __FILE__ ) . '/models/checker.php' ); global $FV_Player_Checker; $FV_Player_Checker = new FV_Player_Checker(); include_once(dirname( __FILE__ ) . '/models/flowplayer.php'); include_once(dirname( __FILE__ ) . '/models/flowplayer-frontend.php'); include_once(dirname( __FILE__ ) . '/models/lightbox.php'); include_once(dirname( __FILE__ ) . '/models/facebook-share.php'); include_once(dirname( __FILE__ ) . '/models/custom-videos.php'); include_once(dirname( __FILE__ ) . '/models/seo.php'); include_once(dirname( __FILE__ ) . '/models/subtitles.php'); include_once(dirname( __FILE__ ) . '/models/users-ultra-pro.php'); include_once(dirname( __FILE__ ) . '/models/widget.php'); include_once(dirname( __FILE__ ) . '/models/conversion.php'); include_once(dirname( __FILE__ ) . '/models/email-subscription.php'); include_once(dirname( __FILE__ ) . '/models/video-intelligence.php'); include_once(dirname( __FILE__ ) . '/models/player-position-save.php'); include_once(dirname( __FILE__ ) . '/models/db-player.php'); include_once(dirname( __FILE__ ) . '/models/db-video.php'); include_once(dirname( __FILE__ ) . '/models/db-video-meta.php'); include_once(dirname( __FILE__ ) . '/models/db-player-meta.php'); include_once(dirname( __FILE__ ) . '/models/db.php'); global $FV_Player_Db; $FV_Player_Db = new FV_Player_Db(); include_once(dirname( __FILE__ ) . '/models/list-table.php'); include_once(dirname( __FILE__ ) . '/models/xml-video-sitemap.php'); global $fv_fp; $fv_fp = new flowplayer_frontend(); if( is_admin() ) { include_once( dirname( __FILE__ ) . '/controller/backend.php' ); include_once( dirname( __FILE__ ) . '/controller/editor.php' ); include_once( dirname( __FILE__ ) . '/controller/settings.php' ); if( version_compare(phpversion(),'5.5.0') != -1 ) { include_once(dirname( __FILE__ ) . '/models/media-browser.php'); include_once(dirname( __FILE__ ) . '/models/media-browser-s3.php'); } include_once(dirname( __FILE__ ) . '/models/system-info.php'); register_deactivation_hook( __FILE__, 'flowplayer_deactivate' ); } include_once( dirname( __FILE__ ) . '/controller/frontend.php' ); include_once( dirname( __FILE__ ) . '/controller/shortcodes.php'); include_once( dirname( __FILE__ ) . '/models/gutenberg.php' );