HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/conferencesearch/wp-content/themes/beauty-premium/title-slogan.php
		<?php if( !is_404() || !is_search() ) : ?>	
		
		    <div class="line clear"></div>
            
            <?php $slogan = get_post_meta( get_the_ID(), '_slogan_page', true ) ?>
                    
            <?php string_( '<h1 id="slogan">', get_convertTags( $slogan ), '</h1><div class="line"></div>' ) ?> 
            
            <div class="space"></div>
            
        <?php endif ?>                        
            
            <div class="clear"></div>