HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/plugins/bbpowerpack/includes/post-module-layout.php
<?php
$class = 'carousel' == $settings->layout ? 'pp-content-carousel-post' : 'pp-content-grid-post';
?>

<div <?php post_class('pp-content-post ' . $class . ' pp-grid-' . $settings->post_grid_style_select); ?><?php BB_PowerPack_Post_Helper::print_schema( ' itemscope itemtype="' . BB_PowerPack_Post_Helper::schema_itemtype() . '"' ); ?> data-id="<?php echo get_the_ID(); ?>">

	<?php
	
	BB_PowerPack_Post_Helper::schema_meta();

	$custom_layout = (array) $settings->custom_layout;
	$custom_layout_html = apply_filters( 'pp_post_custom_layout_html', $custom_layout['html'] );

	do_action( 'pp_post_custom_layout_before_content', $settings );
	echo do_shortcode( FLThemeBuilderFieldConnections::parse_shortcodes( stripslashes( $custom_layout_html ) ) );
	do_action( 'pp_post_custom_layout_after_content', $settings );
	
	?>

</div>