HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/diverso/extra-content.php
			<?php 
				wp_reset_query();
				
				$post_id = get_the_ID();
				
				$extra_content = do_shortcode( get_post_meta( $post_id, '_page_extra_content', true ) );
				
				if( get_post_meta( $post_id, '_page_extra_content_autop', true ) ) 
					$extra_content = apply_filters( 'the_content', $extra_content );
			
				if( $extra_content != '' ) : ?>
			
				<div class="extra-content group"><?php echo $extra_content ?></div>   
				
			<?php endif; ?>           
		
			<?php do_action( 'yiw_after_extra-content' ) ?> 
			<?php do_action( 'yiw_after_extra-content_' . yiw_get_current_pagename() ) ?>