HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/www/wp-content/themes/suevafree/core/post-formats/page-format.php
<?php 


/**
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * It is also available at this URL: http://www.gnu.org/licenses/gpl-3.0.txt
 */

if (!function_exists('suevafree_page_format_function')) {

	function suevafree_page_format_function($post_thumbnail = 'suevafree_thumbnail') {

		$pageClass = str_replace('suevafree_before_content_', '', esc_attr(suevafree_setting('suevafree_page_details_layout', 'suevafree_before_content_4')));

		do_action('suevafree_thumbnail', 
			
			array(	'id' => $post_thumbnail, 
					'type' => 'default', 
					'icon' => esc_attr(suevafree_setting( 'suevafree_display_icon', 'off' )) 
			) 
			
		); 
	
	?>

		<div class="post-article post-details page-details-<?php echo $pageClass . ' ' . esc_attr(suevafree_setting('suevafree_page_align', '')) . ' ' . esc_attr(suevafree_setting('suevafree_page_title_align', '')); ?>">
        
            <?php 
				
				do_action( suevafree_setting('suevafree_page_details_layout', 'suevafree_before_content_4') );
                do_action('suevafree_after_content'); 
                
            ?>
        
        </div>

	<?php

	}

	add_action( 'suevafree_page_format', 'suevafree_page_format_function', 10, 2 );

}

?>