https://t.me/AnonymousX5
Server : Apache
System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64
User : medchoco ( 2906)
PHP Version : 8.3.16
Disable Function : mail
Directory :  /home/medchoco/www/wp-content/themes/puca/projects/content-single/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/medchoco/www/wp-content/themes/puca/projects/content-single/carousel.php
<?php
/**
 * The template for displaying project content in the single-project.php template
 *
 * Override this template by copying it to yourtheme/projects/content-single-project.php
 *
 * @author 		WooThemes
 * @package 	Projects/Templates
 * @version     1.0.0
 */

if (! defined('ABSPATH')) exit; // Exit if accessed directly

global $wpdb,$post;

$prcates = get_the_terms($post->ID, 'project-category');
$datagroup = array();
foreach ($prcates as $category) {
	$datagroup[] = '"'.$category->slug.'"';
}
$datagroup = implode(", ", $datagroup);

?>
<?php puca_tbay_render_breadcrumbs(); ?>
<div class="main-container page-portfolio full-width">
	<div class="container">
		<?php
			/**
			 * projects_before_main_project hook
			 * @hooked projects_template_single_title - 5
			 */
			 	do_action('projects_before_main_project');
		?>
	</div>
	<div class="full-wrapper portfolio-content">
			<?php
				/**
				 * projects_before_single_project hook
				 *
				 */
				 do_action('projects_before_single_project');
			?>

			<div id="project-<?php the_ID(); ?>" <?php post_class(); ?>>
				
					<?php $attachment_ids = projects_get_gallery_attachment_ids(); ?>
					<?php if ($attachment_ids) { ?>
					<div class="project-carousel">
						<?php
							/**
							 * projects_single_gallery hook
							 */
							 do_action('projects_single_gallery');
						?>
					</div>
					<?php } ?>
					
			</div><!-- #project-<?php the_ID(); ?> -->

			<div class="container">
					<div class="summary entry-summary">
						<?php
							/**
							 * projects_single_project_summary hook
							 *
							 * @hooked projects_template_single_title - 5
							 * @hooked projects_template_single_description - 10
							 * @hooked projects_template_single_meta - 20
							 */
							remove_action( 'projects_single_project_summary', 'projects_template_single_title', 5 );
							do_action('projects_single_project_summary');

						?>
					</div><!-- .summary -->
			</div>
	</div>
</div>

https://t.me/AnonymousX5 - 2025