is_transformable() ) { $tube_source = $ctpl_tag->get_tube_source(); $video_tag = $ctpl_tag->to_mp4(); if ( false !== $video_tag ) { $ctpl_tag = new CTPL\Video( $video_tag, $postid ); $is_video = true; } } } echo $ctpl_tag->render_player(); if ( $is_video && $ctpl_tag->is_hls() ) { echo ''; } $ctpl_player_css_version = CTPL_VERSION . '.' . filemtime( esc_url( plugin_dir_path( __FILE__ ) . 'assets/css/ctpl-player.css' ) ); ?> getMessage()} (code: {$exception->getCode()})"; WPSCORE()->write_log( 'error', $exception->getMessage() . ' ' . $exception->getCode() . '', $exception->getFile(), $exception->getLine() ); }