HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/plugins/pretty-link/app/views/admin/onboarding/video.php
<?php if(!defined('ABSPATH')) {die('You are not allowed to call this page directly.');} ?>
<?php
$youtube_video_hash = md5($youtube_video_id);
?>

<div class="prli-wizard-onboarding-video-wrapper prli-wizard-onboarding-video-<?php echo esc_attr($step); ?>" id="wrapper_<?php echo $youtube_video_hash; ?>" >
   <div  class="prli-wizard-onboarding-video-expand" id="expand_<?php echo $youtube_video_hash; ?>" data-id="<?php echo $youtube_video_hash; ?>">
  <img src="<?php echo PRLI_IMAGES_URL . '/onboarding/expand.png'; ?>" class="prli-animation-shaking" />
</div>
  <div class="prli-video-wrapper" id="inner_<?php echo $youtube_video_hash; ?>">

    <div class='prli-video-holder' id="holder_<?php echo $youtube_video_hash; ?>">
         <a href='#' class='prli-video-play-button' id="prli_play_<?php echo $youtube_video_hash; ?>" data-hash="<?php echo $youtube_video_hash; ?>"  data-holder-id="holder_<?php echo $youtube_video_hash; ?>" data-id='<?php echo esc_attr($youtube_video_id); ?>'></a>
    </div>
  </div>
  <div class="prli-wizard-onboarding-video-collapse" data-id="<?php echo $youtube_video_hash; ?>" data-id="<?php echo $youtube_video_hash; ?>">
    <img src="<?php echo PRLI_IMAGES_URL . '/onboarding/collapse.png'; ?>" />
  </div>
</div>