D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mihaidwf
/
rosemondowens.com
/
wp-content
/
themes
/
Total
/
cards
/
post-content
/
Filename :
post-content_1.php
back
Copy
<?php defined( 'ABSPATH' ) || exit; $html = ''; $content = get_the_content( null, false, $this->post_id ); if ( ! $content ) { return; } if ( WPEX_VC_ACTIVE && $wpb_style = totaltheme_get_instance_of( 'Integration\WPBakery\Shortcode_Inline_Style' ) ) { $html .= $wpb_style->get_style( $this->post_id ); } $html .= totaltheme_render_content( $content ); return $html;