Sindbad~EG File Manager
<?php
/**
* The template for displaying product content in the single-meeting.php template
*
* This template can be overridden by copying it to yourtheme/video-conferencing-zoom/single-meetings.php.
*
* @author Deepen.
* @created_on 11/19/19
*/
defined( 'ABSPATH' ) || exit;
/**
* Hook: vczoom_before_single_meeting.
*/
do_action( 'vczoom_before_single_meeting' );
if ( post_password_required() ) {
echo get_the_password_form(); // WPCS: XSS ok.
return;
}
/**
* Hook: vczoom_before_content
*/
do_action( 'vczoom_before_content' );
?>
<div class="ts-zoom-content main-container zoom-single">
<div class="dpn-zvc-single-content-wrapper row dpn-zvc-single-content-wrapper-<?php echo get_the_id(); ?>" id="dpn-zvc-single-content-wrapper-<?php echo get_the_id(); ?>">
<div class="col-lg-8">
<?php
/**
* Hook: vczoom_single_content_left
*
* @video_conference_zoom_featured_image - 10
* @video_conference_zoom_main_content - 20
*/
do_action( 'vczoom_single_content_left' );
?>
</div>
<div class="col-lg-4">
<div class="dpn-zvc-sidebar-wrapper">
<?php
/**
* Hook: vczoom_single_content_right
*
* @video_conference_zoom_countdown_timer - 10
* @video_conference_zoom_meeting_details - 20
* @video_conference_zoom_meeting_join - 30
*
*/
do_action( 'vczoom_single_content_right' );
?>
</div>
</div>
</div>
</div>
<?php
/**
* Hook: vczoom_after_content
*/
do_action( 'vczoom_after_content' );
/**
* Hook: video_conference_zoom_before_single_meeting.
*/
do_action( 'video_conference_zoom_after_single_meeting' );
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists